Lines Matching defs:mwifiex_uap_bss_param
85 struct mwifiex_uap_bss_param { struct
86 u8 channel;
87 u8 band_cfg;
88 u16 rts_threshold;
89 u16 frag_threshold;
90 u8 retry_limit;
91 struct mwifiex_802_11_ssid ssid;
92 u8 bcast_ssid_ctl;
93 u8 radio_ctl;
94 u8 dtim_period;
95 u16 beacon_period;
96 u16 auth_mode;
97 u16 protocol;
98 u16 key_mgmt;
99 u16 key_mgmt_operation;
100 struct wpa_param wpa_cfg;
101 struct wep_key wep_cfg[NUM_WEP_KEYS];
102 struct ieee80211_ht_cap ht_cap;
103 struct ieee80211_vht_cap vht_cap;
104 u8 rates[MWIFIEX_SUPPORTED_RATES];
105 u32 sta_ao_timer;
106 u32 ps_sta_ao_timer;
107 u8 qos_info;
108 u8 power_constraint;
109 struct mwifiex_types_wmm_info wmm_info;
110 u8 mac_addr[ETH_ALEN];