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.c802 WLAN_SA_QUERY_TR_ID_LEN); in ap_sa_query_timer()
809 trans_id = nbuf + sta->sa_query_count * WLAN_SA_QUERY_TR_ID_LEN; in ap_sa_query_timer()
813 os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN); in ap_sa_query_timer()
Dieee802_11.c1236 WLAN_SA_QUERY_TR_ID_LEN; in hostapd_sa_query_action()
/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c937 u8 req[2 + WLAN_SA_QUERY_TR_ID_LEN]; in sme_send_sa_query_req()
941 trans_id, WLAN_SA_QUERY_TR_ID_LEN); in sme_send_sa_query_req()
944 os_memcpy(req + 2, trans_id, WLAN_SA_QUERY_TR_ID_LEN); in sme_send_sa_query_req()
965 WLAN_SA_QUERY_TR_ID_LEN); in sme_sa_query_timer()
972 trans_id = nbuf + wpa_s->sme.sa_query_count * WLAN_SA_QUERY_TR_ID_LEN; in sme_sa_query_timer()
976 os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN); in sme_sa_query_timer()
1037 len < 1 + WLAN_SA_QUERY_TR_ID_LEN || in sme_sa_query_rx()
1048 i * WLAN_SA_QUERY_TR_ID_LEN, in sme_sa_query_rx()
1049 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.h282 #define WLAN_SA_QUERY_TR_ID_LEN 2 macro
496 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN];
500 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN];
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c162 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN]; in hostapd_ctrl_iface_sa_query()
167 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()