Home
last modified time | relevance | path

Searched refs:ht_oper (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.c227 u8 buf[60], *ht_capab, *ht_oper, *pos; in hostapd_set_bss_params() local
232 ht_oper = pos; in hostapd_set_bss_params()
234 if (pos > ht_oper && ht_oper > ht_capab && in hostapd_set_bss_params()
236 ht_oper + 2, ht_oper[1])) { in hostapd_set_bss_params()
547 const u8 *ht_oper, size_t ht_oper_len) in hostapd_set_ht_params() argument
550 ht_capab == NULL || ht_oper == NULL) in hostapd_set_ht_params()
554 ht_oper, ht_oper_len); in hostapd_set_ht_params()
Dap_drv_ops.h78 const u8 *ht_oper, size_t ht_oper_len);
/external/wpa_supplicant_8/src/drivers/
Ddriver.h1722 const u8 *ht_oper, size_t ht_oper_len);
Ddriver_nl80211.c5573 size_t ht_capab_len, const u8 *ht_oper, in i802_set_ht_params() argument
5578 u16 ht_opmode = le_to_host16(((u16 *) ht_oper)[2]); in i802_set_ht_params()