Searched defs:ieee80211_if_ap (Results 1 – 1 of 1) sorted by relevance
285 struct ieee80211_if_ap { struct286 struct beacon_data __rcu *beacon;287 struct probe_resp __rcu *probe_resp;290 struct cfg80211_beacon_data *next_beacon;291 struct list_head vlans; /* write-protected with RTNL and local->mtx */293 struct ps_data ps;294 atomic_t num_mcast_sta; /* number of stations receiving multicast */295 enum ieee80211_smps_mode req_smps, /* requested smps mode */296 driver_smps_mode; /* smps mode request */298 struct work_struct request_smps_work;[all …]