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 282 wpa_printf(MSG_DEBUG, "is_ht40_allowed=%d num_sta_ht40_intolerant=%d",
283 is_ht40_allowed, iface->num_sta_ht40_intolerant);
295 if (!iface->num_sta_ht40_intolerant &&
355 iface->num_sta_ht40_intolerant++;
372 iface->num_sta_ht40_intolerant--;
374 if (iface->num_sta_ht40_intolerant == 0 &&
hostapd.h 373 int num_sta_ht40_intolerant; member in struct:hostapd_iface
ctrl_iface_ap.c 426 "num_sta_ht40_intolerant=%d\n"
439 iface->num_sta_ht40_intolerant,

Completed in 29 milliseconds