Searched refs:ht_oper (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ap_drv_ops.c | 227 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()
|
D | ap_drv_ops.h | 78 const u8 *ht_oper, size_t ht_oper_len);
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 1722 const u8 *ht_oper, size_t ht_oper_len);
|
D | driver_nl80211.c | 5573 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()
|