Searched refs:extcap_ie (Results 1 – 1 of 1) sorted by relevance
3973 uint8_t *mbssid_ie = NULL, *extcap_ie; in util_scan_parse_beacon_frame() local3988 extcap_ie = util_scan_find_ie(WLAN_ELEMID_XCAPS, in util_scan_parse_beacon_frame()3991 if (extcap_ie && in util_scan_parse_beacon_frame()3992 extcap_ie[1] >= 3 && extcap_ie[1] <= WLAN_EXTCAP_IE_MAX_LEN && in util_scan_parse_beacon_frame()3993 (extcap_ie[4] & 0x40)) { in util_scan_parse_beacon_frame()