Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_ht.c436 if (sta->ht40_intolerant_set) in ht40_intolerant_add()
439 sta->ht40_intolerant_set = 1; in ht40_intolerant_add()
453 if (!sta->ht40_intolerant_set) in ht40_intolerant_remove()
456 sta->ht40_intolerant_set = 0; in ht40_intolerant_remove()
Dsta_info.h131 unsigned int ht40_intolerant_set:1; member