Home
last modified time | relevance | path

Searched refs:qos_ie (Results 1 – 1 of 1) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Drobust_av.c1231 const u8 *qos_ie, *attr; in wpas_handle_qos_mgmt_recv_action() local
1282 qos_ie = buf + 3; in wpas_handle_qos_mgmt_recv_action()
1288 ie_len = 2 + qos_ie[1]; in wpas_handle_qos_mgmt_recv_action()
1292 if (rem_len < 6 || qos_ie[0] != WLAN_EID_VENDOR_SPECIFIC || in wpas_handle_qos_mgmt_recv_action()
1293 qos_ie[1] < 4 || in wpas_handle_qos_mgmt_recv_action()
1294 WPA_GET_BE32(&qos_ie[2]) != QM_IE_VENDOR_TYPE) { in wpas_handle_qos_mgmt_recv_action()
1296 qos_ie += ie_len; in wpas_handle_qos_mgmt_recv_action()
1301 attr = qos_ie + 6; in wpas_handle_qos_mgmt_recv_action()
1302 rem_attrs_len = qos_ie[1] - 4; in wpas_handle_qos_mgmt_recv_action()
1312 qos_ie += ie_len; in wpas_handle_qos_mgmt_recv_action()