HomeSort by relevance Sort by last modified time
    Searched refs:num_sta_ht40_intolerant (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
ieee802_11_ht.c 305 wpa_printf(MSG_DEBUG, "is_ht40_allowed=%d num_sta_ht40_intolerant=%d",
306 is_ht40_allowed, iface->num_sta_ht40_intolerant);
318 if (!iface->num_sta_ht40_intolerant &&
378 iface->num_sta_ht40_intolerant++;
395 iface->num_sta_ht40_intolerant--;
397 if (iface->num_sta_ht40_intolerant == 0 &&
hostapd.h 425 int num_sta_ht40_intolerant; member in struct:hostapd_iface
ctrl_iface_ap.c 494 "num_sta_ht40_intolerant=%d\n"
507 iface->num_sta_ht40_intolerant,

Completed in 63 milliseconds