Searched refs:ieee80211_chanctx (Results 1 – 5 of 5) sorted by relevance
/linux/net/mac80211/ |
H A D | driver-ops.c | 315 struct ieee80211_chanctx *ctx) in drv_assign_vif_chanctx() 356 struct ieee80211_chanctx *ctx) in drv_unassign_vif_chanctx() 397 struct ieee80211_chanctx *new_ctx = in drv_switch_vif_chanctx() 399 struct ieee80211_chanctx, in drv_switch_vif_chanctx() 401 struct ieee80211_chanctx *old_ctx = in drv_switch_vif_chanctx() 403 struct ieee80211_chanctx, in drv_switch_vif_chanctx() 420 struct ieee80211_chanctx *new_ctx = in drv_switch_vif_chanctx() 422 struct ieee80211_chanctx, in drv_switch_vif_chanctx() 424 struct ieee80211_chanctx *old_ctx = in drv_switch_vif_chanctx() 426 struct ieee80211_chanctx, in drv_switch_vif_chanctx()
|
H A D | util.c | 1613 struct ieee80211_chanctx *ctx; in ieee80211_handle_reconfig_failure() 1654 struct ieee80211_chanctx *ctx; in ieee80211_assign_chanctx() 1661 ctx = container_of(conf, struct ieee80211_chanctx, conf); in ieee80211_assign_chanctx() 1761 struct ieee80211_chanctx *ctx; in ieee80211_reconfig() 2292 struct ieee80211_chanctx *chanctx; in ieee80211_recalc_smps() 2308 chanctx = container_of(chanctx_conf, struct ieee80211_chanctx, conf); in ieee80211_recalc_smps() 2317 struct ieee80211_chanctx *chanctx; in ieee80211_recalc_min_chandef() 2350 chanctx = container_of(chanctx_conf, struct ieee80211_chanctx, in ieee80211_recalc_min_chandef() 3478 struct ieee80211_chanctx *ctx) in ieee80211_dfs_cac_cancel() 3522 struct ieee80211_chanctx *ctx; in ieee80211_dfs_radar_detected_work() [all …]
|
H A D | ieee80211_i.h | 892 struct ieee80211_chanctx { struct 900 struct ieee80211_chanctx *replace_ctx; argument 1072 struct ieee80211_chanctx *reserved_chanctx; 2690 struct ieee80211_chanctx *ctx); 2693 struct ieee80211_chanctx *chanctx); 2695 struct ieee80211_chanctx *ctx, 2702 struct ieee80211_chanctx *chanctx); 2717 struct ieee80211_chanctx *ctx);
|
H A D | cfg.c | 4029 struct ieee80211_chanctx *chanctx; in __ieee80211_channel_switch() 4072 chanctx = container_of(conf, struct ieee80211_chanctx, conf); in __ieee80211_channel_switch()
|
H A D | mlme.c | 2495 struct ieee80211_chanctx *chanctx = NULL; in ieee80211_sta_process_chanswitch() 2689 chanctx = container_of(conf, struct ieee80211_chanctx, conf); in ieee80211_sta_process_chanswitch()
|