Searched refs:ieee80211_chanctx (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/net/mac80211/ |
D | chan.c | 13 struct ieee80211_chanctx *ctx) in ieee80211_chanctx_num_assigned() 27 struct ieee80211_chanctx *ctx) in ieee80211_chanctx_num_reserved() 41 struct ieee80211_chanctx *ctx) in ieee80211_chanctx_refcount() 49 struct ieee80211_chanctx *ctx; in ieee80211_num_chanctx() 66 static struct ieee80211_chanctx * 77 return container_of(conf, struct ieee80211_chanctx, conf); in ieee80211_vif_get_chanctx() 82 struct ieee80211_chanctx *ctx, in ieee80211_chanctx_reserved_chandef() 105 struct ieee80211_chanctx *ctx, in ieee80211_chanctx_non_reserved_chandef() 131 struct ieee80211_chanctx *ctx, in ieee80211_chanctx_combined_chandef() 149 struct ieee80211_chanctx *ctx, in ieee80211_chanctx_can_reserve_chandef() [all …]
|
D | driver-ops.h | 1016 struct ieee80211_chanctx *ctx) in drv_add_chanctx() 1031 struct ieee80211_chanctx *ctx) in drv_remove_chanctx() 1044 struct ieee80211_chanctx *ctx, in drv_change_chanctx() 1057 struct ieee80211_chanctx *ctx) in drv_assign_vif_chanctx() 1078 struct ieee80211_chanctx *ctx) in drv_unassign_vif_chanctx() 1106 struct ieee80211_chanctx *new_ctx = in drv_switch_vif_chanctx() 1108 struct ieee80211_chanctx, in drv_switch_vif_chanctx() 1110 struct ieee80211_chanctx *old_ctx = in drv_switch_vif_chanctx() 1112 struct ieee80211_chanctx, in drv_switch_vif_chanctx() 1129 struct ieee80211_chanctx *new_ctx = in drv_switch_vif_chanctx() [all …]
|
D | util.c | 1697 struct ieee80211_chanctx *ctx; in ieee80211_handle_reconfig_failure() 1736 struct ieee80211_chanctx *ctx; in ieee80211_assign_chanctx() 1745 ctx = container_of(conf, struct ieee80211_chanctx, conf); in ieee80211_assign_chanctx() 1755 struct ieee80211_chanctx *ctx; in ieee80211_reconfig() 2164 struct ieee80211_chanctx *chanctx; in ieee80211_recalc_smps() 2174 chanctx = container_of(chanctx_conf, struct ieee80211_chanctx, conf); in ieee80211_recalc_smps() 2184 struct ieee80211_chanctx *chanctx; in ieee80211_recalc_min_chandef() 2194 chanctx = container_of(chanctx_conf, struct ieee80211_chanctx, conf); in ieee80211_recalc_min_chandef() 2713 struct ieee80211_chanctx *ctx; in ieee80211_dfs_radar_detected_work() 3167 struct ieee80211_chanctx *ctx) in ieee80211_chanctx_radar_detect() [all …]
|
D | ieee80211_i.h | 790 struct ieee80211_chanctx { struct 798 struct ieee80211_chanctx *replace_ctx; argument 878 struct ieee80211_chanctx *reserved_chanctx; 2017 struct ieee80211_chanctx *ctx); 2020 struct ieee80211_chanctx *chanctx); 2022 struct ieee80211_chanctx *ctx);
|
D | trace.h | 1355 struct ieee80211_chanctx *ctx), 1377 struct ieee80211_chanctx *ctx), 1383 struct ieee80211_chanctx *ctx), 1389 struct ieee80211_chanctx *ctx, 1500 struct ieee80211_chanctx *ctx), 1525 struct ieee80211_chanctx *ctx), 1532 struct ieee80211_chanctx *ctx),
|
D | cfg.c | 3145 struct ieee80211_chanctx *chanctx; in __ieee80211_channel_switch() 3174 chanctx = container_of(conf, struct ieee80211_chanctx, conf); in __ieee80211_channel_switch()
|
D | mlme.c | 1111 struct ieee80211_chanctx *chanctx; in ieee80211_sta_process_chanswitch() 1174 chanctx = container_of(conf, struct ieee80211_chanctx, conf); in ieee80211_sta_process_chanswitch()
|