Lines Matching defs:local

42 	struct ieee80211_local *local = sdata->local;
47 ieee80211_queue_work(&local->hw, &sdata->work);
53 * @sdata: local mesh subif
57 * local mesh configuration, i.e. if both nodes belong to the same mesh network.
104 ieee80211_chandef_vht_oper(&sdata->local->hw, vht_cap_info,
128 * mesh_accept_plinks_update - update accepting_plink in local mesh beacons
449 struct ieee80211_local *local = sdata->local;
465 sband = local->hw.wiphy->bands[channel->band];
521 struct ieee80211_local *local = sdata->local;
537 sband = local->hw.wiphy->bands[channel->band];
645 ieee80211_queue_work(&sdata->local->hw, &sdata->work);
656 ieee80211_queue_work(&sdata->local->hw, &sdata->work);
990 ieee80211_queue_work(&sdata->local->hw, &sdata->work);
996 struct ieee80211_local *local = sdata->local;
1004 local->fif_other_bss++;
1006 atomic_inc(&local->iff_allmultis);
1007 ieee80211_configure_filter(local);
1015 ieee80211_queue_work(&local->hw, &sdata->work);
1027 ieee80211_recalc_dtim(local, sdata);
1036 struct ieee80211_local *local = sdata->local;
1061 local->total_ps_buffered -= skb_queue_len(&ifmsh->ps.bc_buf);
1072 local->fif_other_bss--;
1073 atomic_dec(&local->iff_allmultis);
1074 ieee80211_configure_filter(local);
1084 err = cfg80211_chandef_dfs_required(sdata->local->hw.wiphy,
1088 cfg80211_radar_event(sdata->local->hw.wiphy,
1147 if (!cfg80211_chandef_usable(sdata->local->hw.wiphy, &params.chandef,
1149 !cfg80211_reg_can_beacon(sdata->local->hw.wiphy, &params.chandef,
1161 err = cfg80211_chandef_dfs_required(sdata->local->hw.wiphy,
1203 if (ieee80211_channel_switch(sdata->local->hw.wiphy, sdata->dev,
1214 struct ieee80211_local *local = sdata->local;
1251 presp = dev_alloc_skb(local->tx_headroom +
1256 skb_reserve(presp, local->tx_headroom);
1275 struct ieee80211_local *local = sdata->local;
1306 channel = ieee80211_get_channel(local->hw.wiphy, freq);
1394 struct ieee80211_local *local = sdata->local;
1396 skb = dev_alloc_skb(local->tx_headroom + len);
1399 skb_reserve(skb, local->tx_headroom);