Searched defs:ht_opmode (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c3372 int slot, int ht_opmode, int ap_isolate,
3385 (ht_opmode >= 0 &&
3386 nla_put_u16(msg, NL80211_ATTR_BSS_HT_OPMODE, ht_opmode)) ||
3587 if (params->ht_opmode != -1) {
3669 params->short_slot_time, params->ht_opmode,
3371 nl80211_set_bss(struct i802_bss *bss, int cts, int preamble, int slot, int ht_opmode, int ap_isolate, const int *basic_rates) argument
H A Ddriver.h1044 * ht_opmode - HT operation mode or -1 if HT not in use
1046 int ht_opmode; member in struct:wpa_driver_ap_params
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c3372 int slot, int ht_opmode, int ap_isolate,
3385 (ht_opmode >= 0 &&
3386 nla_put_u16(msg, NL80211_ATTR_BSS_HT_OPMODE, ht_opmode)) ||
3587 if (params->ht_opmode != -1) {
3669 params->short_slot_time, params->ht_opmode,
3371 nl80211_set_bss(struct i802_bss *bss, int cts, int preamble, int slot, int ht_opmode, int ap_isolate, const int *basic_rates) argument
H A Ddriver.h1044 * ht_opmode - HT operation mode or -1 if HT not in use
1046 int ht_opmode; member in struct:wpa_driver_ap_params
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c3372 int slot, int ht_opmode, int ap_isolate,
3385 (ht_opmode >= 0 &&
3386 nla_put_u16(msg, NL80211_ATTR_BSS_HT_OPMODE, ht_opmode)) ||
3587 if (params->ht_opmode != -1) {
3669 params->short_slot_time, params->ht_opmode,
3371 nl80211_set_bss(struct i802_bss *bss, int cts, int preamble, int slot, int ht_opmode, int ap_isolate, const int *basic_rates) argument
H A Ddriver.h1044 * ht_opmode - HT operation mode or -1 if HT not in use
1046 int ht_opmode; member in struct:wpa_driver_ap_params

Completed in 132 milliseconds