Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_ht.c124 u16 cur_op_mode, new_op_mode; in hostapd_ht_operation_update() local
156 new_op_mode = HT_PROT_NON_HT_MIXED; in hostapd_ht_operation_update()
158 new_op_mode = HT_PROT_20MHZ_PROTECTION; in hostapd_ht_operation_update()
160 new_op_mode = HT_PROT_NONMEMBER_PROTECTION; in hostapd_ht_operation_update()
162 new_op_mode = HT_PROT_NO_PROTECTION; in hostapd_ht_operation_update()
165 if (cur_op_mode != new_op_mode) { in hostapd_ht_operation_update()
167 iface->ht_op_mode |= new_op_mode; in hostapd_ht_operation_update()