Lines Matching refs:local

45 	struct ieee80211_local *local = sdata->local;  in ieee80211_mesh_housekeeping_timer()  local
50 ieee80211_queue_work(&local->hw, &sdata->work); in ieee80211_mesh_housekeeping_timer()
416 struct ieee80211_local *local = sdata->local; in mesh_add_ht_cap_ie() local
421 sband = local->hw.wiphy->bands[band]; in mesh_add_ht_cap_ie()
440 struct ieee80211_local *local = sdata->local; in mesh_add_ht_oper_ie() local
458 sband = local->hw.wiphy->bands[channel->band]; in mesh_add_ht_oper_ie()
479 ieee80211_queue_work(&sdata->local->hw, &sdata->work); in ieee80211_mesh_path_timer()
490 ieee80211_queue_work(&sdata->local->hw, &sdata->work); in ieee80211_mesh_path_root_timer()
774 ieee80211_queue_work(&sdata->local->hw, &sdata->work); in ieee80211_mbss_info_change_notify()
780 struct ieee80211_local *local = sdata->local; in ieee80211_start_mesh() local
787 local->fif_other_bss++; in ieee80211_start_mesh()
789 atomic_inc(&local->iff_allmultis); in ieee80211_start_mesh()
790 ieee80211_configure_filter(local); in ieee80211_start_mesh()
799 ieee80211_queue_work(&local->hw, &sdata->work); in ieee80211_start_mesh()
811 ieee80211_recalc_dtim(local, sdata); in ieee80211_start_mesh()
820 struct ieee80211_local *local = sdata->local; in ieee80211_stop_mesh() local
841 local->total_ps_buffered -= skb_queue_len(&ifmsh->ps.bc_buf); in ieee80211_stop_mesh()
852 local->fif_other_bss--; in ieee80211_stop_mesh()
853 atomic_dec(&local->iff_allmultis); in ieee80211_stop_mesh()
854 ieee80211_configure_filter(local); in ieee80211_stop_mesh()
894 if (!cfg80211_chandef_usable(sdata->local->hw.wiphy, &params.chandef, in ieee80211_mesh_process_chnswitch()
906 err = cfg80211_chandef_dfs_required(sdata->local->hw.wiphy, in ieee80211_mesh_process_chnswitch()
941 if (ieee80211_channel_switch(sdata->local->hw.wiphy, sdata->dev, in ieee80211_mesh_process_chnswitch()
952 struct ieee80211_local *local = sdata->local; in ieee80211_mesh_rx_probe_req() local
988 presp = dev_alloc_skb(local->tx_headroom + in ieee80211_mesh_rx_probe_req()
993 skb_reserve(presp, local->tx_headroom); in ieee80211_mesh_rx_probe_req()
1012 struct ieee80211_local *local = sdata->local; in ieee80211_mesh_rx_bcn_presp() local
1043 channel = ieee80211_get_channel(local->hw.wiphy, freq); in ieee80211_mesh_rx_bcn_presp()
1120 struct ieee80211_local *local = sdata->local; in mesh_fwd_csa_frame() local
1124 skb = dev_alloc_skb(local->tx_headroom + len); in mesh_fwd_csa_frame()
1127 skb_reserve(skb, local->tx_headroom); in mesh_fwd_csa_frame()