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.c99 u16 cur_op_mode, new_op_mode; in hostapd_ht_operation_update() local
133 new_op_mode = 0; in hostapd_ht_operation_update()
135 new_op_mode = OP_MODE_MIXED; in hostapd_ht_operation_update()
137 new_op_mode = OP_MODE_20MHZ_HT_STA_ASSOCED; in hostapd_ht_operation_update()
139 new_op_mode = OP_MODE_MAY_BE_LEGACY_STAS; in hostapd_ht_operation_update()
141 new_op_mode = OP_MODE_PURE; in hostapd_ht_operation_update()
144 if (cur_op_mode != new_op_mode) { in hostapd_ht_operation_update()
146 iface->ht_op_mode |= new_op_mode; in hostapd_ht_operation_update()