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

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h868 * ht_opmode - HT operation mode or -1 if HT not in use
870 int ht_opmode; member in struct:wpa_driver_ap_params
H A Ddriver_nl80211.c7284 int slot, int ht_opmode, int ap_isolate,
7302 if (ht_opmode >= 0)
7303 NLA_PUT_U16(msg, NL80211_ATTR_BSS_HT_OPMODE, ht_opmode);
7536 params->short_slot_time, params->ht_opmode,
7283 nl80211_set_bss(struct i802_bss *bss, int cts, int preamble, int slot, int ht_opmode, int ap_isolate, int *basic_rates) argument
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h868 * ht_opmode - HT operation mode or -1 if HT not in use
870 int ht_opmode; member in struct:wpa_driver_ap_params
H A Ddriver_nl80211.c7284 int slot, int ht_opmode, int ap_isolate,
7302 if (ht_opmode >= 0)
7303 NLA_PUT_U16(msg, NL80211_ATTR_BSS_HT_OPMODE, ht_opmode);
7536 params->short_slot_time, params->ht_opmode,
7283 nl80211_set_bss(struct i802_bss *bss, int cts, int preamble, int slot, int ht_opmode, int ap_isolate, int *basic_rates) argument
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h868 * ht_opmode - HT operation mode or -1 if HT not in use
870 int ht_opmode; member in struct:wpa_driver_ap_params
H A Ddriver_nl80211.c7284 int slot, int ht_opmode, int ap_isolate,
7302 if (ht_opmode >= 0)
7303 NLA_PUT_U16(msg, NL80211_ATTR_BSS_HT_OPMODE, ht_opmode);
7536 params->short_slot_time, params->ht_opmode,
7283 nl80211_set_bss(struct i802_bss *bss, int cts, int preamble, int slot, int ht_opmode, int ap_isolate, int *basic_rates) argument

Completed in 928 milliseconds