HomeSort by relevance Sort by last modified time
    Searched defs:ht_cap (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 725 u16 ht_cap; local
761 ht_cap = (ie && (ie[1] == 26)) ? WPA_GET_LE16(ie + 2) : 0;
763 if (!ht_cap || (ht_cap & HT_CAP_INFO_40MHZ_INTOLERANT)) {
772 if (ht_cap & HT_CAP_INFO_40MHZ_INTOLERANT)
  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 1507 struct ieee80211_ht_capabilities ht_cap; local
    [all...]

Completed in 20 milliseconds