Home
last modified time | relevance | path

Searched refs:WLAN_SA_QUERY_TR_ID_LEN (Results 1 – 6 of 6) 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.c1105 WLAN_SA_QUERY_TR_ID_LEN); in ap_sa_query_timer()
1112 trans_id = nbuf + sta->sa_query_count * WLAN_SA_QUERY_TR_ID_LEN; in ap_sa_query_timer()
1116 if (os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN) < 0) { in ap_sa_query_timer()
Dieee802_11.c3492 WLAN_SA_QUERY_TR_ID_LEN; in hostapd_sa_query_action()
/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c1842 u8 req[2 + WLAN_SA_QUERY_TR_ID_LEN]; in sme_send_sa_query_req()
1846 trans_id, WLAN_SA_QUERY_TR_ID_LEN); in sme_send_sa_query_req()
1849 os_memcpy(req + 2, trans_id, WLAN_SA_QUERY_TR_ID_LEN); in sme_send_sa_query_req()
1870 WLAN_SA_QUERY_TR_ID_LEN); in sme_sa_query_timer()
1879 trans_id = nbuf + wpa_s->sme.sa_query_count * WLAN_SA_QUERY_TR_ID_LEN; in sme_sa_query_timer()
1883 if (os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN) < 0) { in sme_sa_query_timer()
1953 len < 1 + WLAN_SA_QUERY_TR_ID_LEN || in sme_sa_query_rx()
1964 i * WLAN_SA_QUERY_TR_ID_LEN, in sme_sa_query_rx()
1965 data + 1, WLAN_SA_QUERY_TR_ID_LEN) == 0) in sme_sa_query_rx()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h568 #define WLAN_SA_QUERY_TR_ID_LEN 2 macro
865 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN];
869 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN];
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c135 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN]; in hostapd_ctrl_iface_sa_query()
140 os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN) < 0) in hostapd_ctrl_iface_sa_query()