Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:ht_cap

949 	u16 ht_cap;
988 ht_cap = (ie && (ie[1] == 26)) ? WPA_GET_LE16(ie + 2) : 0;
990 if (!ht_cap || (ht_cap & HT_CAP_INFO_40MHZ_INTOLERANT)) {
999 if (ht_cap & HT_CAP_INFO_40MHZ_INTOLERANT)