Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_shared.c58 trans_id, WLAN_SA_QUERY_TR_ID_LEN); in ieee802_11_send_sa_query_req()
69 WLAN_SA_QUERY_TR_ID_LEN); in ieee802_11_send_sa_query_req()
70 end = mgmt.u.action.u.sa_query_req.trans_id + WLAN_SA_QUERY_TR_ID_LEN; in ieee802_11_send_sa_query_req()
86 trans_id, WLAN_SA_QUERY_TR_ID_LEN); in ieee802_11_send_sa_query_resp()
107 WLAN_SA_QUERY_TR_ID_LEN); in ieee802_11_send_sa_query_resp()
108 end = resp.u.action.u.sa_query_req.trans_id + WLAN_SA_QUERY_TR_ID_LEN; in ieee802_11_send_sa_query_resp()
134 trans_id, WLAN_SA_QUERY_TR_ID_LEN); in ieee802_11_sa_query_action()
147 i * WLAN_SA_QUERY_TR_ID_LEN, in ieee802_11_sa_query_action()
148 trans_id, WLAN_SA_QUERY_TR_ID_LEN) == 0) in ieee802_11_sa_query_action()
Dsta_info.c732 (sta->sa_query_count + 1) * WLAN_SA_QUERY_TR_ID_LEN); in ap_sa_query_timer()
739 trans_id = nbuf + sta->sa_query_count * WLAN_SA_QUERY_TR_ID_LEN; in ap_sa_query_timer()
743 os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN); in ap_sa_query_timer()
Dieee802_11.c1221 WLAN_SA_QUERY_TR_ID_LEN; in hostapd_sa_query_action()
/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c637 u8 req[2 + WLAN_SA_QUERY_TR_ID_LEN]; in sme_send_sa_query_req()
641 trans_id, WLAN_SA_QUERY_TR_ID_LEN); in sme_send_sa_query_req()
644 os_memcpy(req + 2, trans_id, WLAN_SA_QUERY_TR_ID_LEN); in sme_send_sa_query_req()
665 WLAN_SA_QUERY_TR_ID_LEN); in sme_sa_query_timer()
672 trans_id = nbuf + wpa_s->sme.sa_query_count * WLAN_SA_QUERY_TR_ID_LEN; in sme_sa_query_timer()
676 os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN); in sme_sa_query_timer()
737 len < 1 + WLAN_SA_QUERY_TR_ID_LEN || in sme_sa_query_rx()
748 i * WLAN_SA_QUERY_TR_ID_LEN, in sme_sa_query_rx()
749 data + 1, WLAN_SA_QUERY_TR_ID_LEN) == 0) in sme_sa_query_rx()
/external/wpa_supplicant_6/wpa_supplicant/src/common/
Dieee802_11_defs.h224 #define WLAN_SA_QUERY_TR_ID_LEN 2 macro
329 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN];
333 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN];
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h268 #define WLAN_SA_QUERY_TR_ID_LEN 2 macro
482 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN];
486 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN];
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c328 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN]; in hostapd_ctrl_iface_sa_query()
333 os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN) < 0) in hostapd_ctrl_iface_sa_query()
/external/wpa_supplicant_6/wpa_supplicant/
Dmlme.c1765 WLAN_SA_QUERY_TR_ID_LEN); in ieee80211_sta_send_sa_query_resp()