Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11_shared.c65 trans_id, WLAN_SA_QUERY_TR_ID_LEN); in ieee802_11_send_sa_query_req()
109 WLAN_SA_QUERY_TR_ID_LEN); in ieee802_11_send_sa_query_req()
137 trans_id, WLAN_SA_QUERY_TR_ID_LEN); in ieee802_11_send_sa_query_resp()
190 WLAN_SA_QUERY_TR_ID_LEN); in ieee802_11_send_sa_query_resp()
278 trans_id, WLAN_SA_QUERY_TR_ID_LEN); in ieee802_11_sa_query_action()
290 i * WLAN_SA_QUERY_TR_ID_LEN, in ieee802_11_sa_query_action()
291 trans_id, WLAN_SA_QUERY_TR_ID_LEN) == 0) in ieee802_11_sa_query_action()
Dsta_info.c1141 WLAN_SA_QUERY_TR_ID_LEN); in ap_sa_query_timer()
1148 trans_id = nbuf + sta->sa_query_count * WLAN_SA_QUERY_TR_ID_LEN; in ap_sa_query_timer()
1152 if (os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN) < 0) { in ap_sa_query_timer()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11_shared.c64 trans_id, WLAN_SA_QUERY_TR_ID_LEN); in ieee802_11_send_sa_query_req()
118 WLAN_SA_QUERY_TR_ID_LEN); in ieee802_11_send_sa_query_req()
147 trans_id, WLAN_SA_QUERY_TR_ID_LEN); in ieee802_11_send_sa_query_resp()
210 WLAN_SA_QUERY_TR_ID_LEN); in ieee802_11_send_sa_query_resp()
312 trans_id, WLAN_SA_QUERY_TR_ID_LEN); in ieee802_11_sa_query_action()
324 i * WLAN_SA_QUERY_TR_ID_LEN, in ieee802_11_sa_query_action()
325 trans_id, WLAN_SA_QUERY_TR_ID_LEN) == 0) in ieee802_11_sa_query_action()
Dsta_info.c1188 WLAN_SA_QUERY_TR_ID_LEN); in ap_sa_query_timer()
1195 trans_id = nbuf + sta->sa_query_count * WLAN_SA_QUERY_TR_ID_LEN; in ap_sa_query_timer()
1199 if (os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN) < 0) { in ap_sa_query_timer()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dsme.c2323 u8 req[2 + WLAN_SA_QUERY_TR_ID_LEN + OCV_OCI_EXTENDED_LEN]; in sme_send_sa_query_req()
2324 u8 req_len = 2 + WLAN_SA_QUERY_TR_ID_LEN; in sme_send_sa_query_req()
2329 trans_id, WLAN_SA_QUERY_TR_ID_LEN); in sme_send_sa_query_req()
2332 os_memcpy(req + 2, trans_id, WLAN_SA_QUERY_TR_ID_LEN); in sme_send_sa_query_req()
2371 WLAN_SA_QUERY_TR_ID_LEN); in sme_sa_query_timer()
2380 trans_id = nbuf + wpa_s->sme.sa_query_count * WLAN_SA_QUERY_TR_ID_LEN; in sme_sa_query_timer()
2384 if (os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN) < 0) { in sme_sa_query_timer()
2474 u8 resp[2 + WLAN_SA_QUERY_TR_ID_LEN + OCV_OCI_EXTENDED_LEN]; in sme_process_sa_query_request()
2475 u8 resp_len = 2 + WLAN_SA_QUERY_TR_ID_LEN; in sme_process_sa_query_request()
2482 os_memcpy(resp + 2, data + 1, WLAN_SA_QUERY_TR_ID_LEN); in sme_process_sa_query_request()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dsme.c2661 u8 req[2 + WLAN_SA_QUERY_TR_ID_LEN + OCV_OCI_EXTENDED_LEN]; in sme_send_sa_query_req()
2662 u8 req_len = 2 + WLAN_SA_QUERY_TR_ID_LEN; in sme_send_sa_query_req()
2667 trans_id, WLAN_SA_QUERY_TR_ID_LEN); in sme_send_sa_query_req()
2670 os_memcpy(req + 2, trans_id, WLAN_SA_QUERY_TR_ID_LEN); in sme_send_sa_query_req()
2719 WLAN_SA_QUERY_TR_ID_LEN); in sme_sa_query_timer()
2728 trans_id = nbuf + wpa_s->sme.sa_query_count * WLAN_SA_QUERY_TR_ID_LEN; in sme_sa_query_timer()
2732 if (os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN) < 0) { in sme_sa_query_timer()
2826 u8 resp[2 + WLAN_SA_QUERY_TR_ID_LEN + OCV_OCI_EXTENDED_LEN]; in sme_process_sa_query_request()
2827 u8 resp_len = 2 + WLAN_SA_QUERY_TR_ID_LEN; in sme_process_sa_query_request()
2834 os_memcpy(resp + 2, data + 1, WLAN_SA_QUERY_TR_ID_LEN); in sme_process_sa_query_request()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_11_defs.h653 #define WLAN_SA_QUERY_TR_ID_LEN 2 macro
950 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN];
955 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN];
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_defs.h688 #define WLAN_SA_QUERY_TR_ID_LEN 2 macro
1003 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN];
1008 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN];
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_ctrl_iface.c139 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN]; in hostapd_ctrl_iface_sa_query()
144 os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN) < 0) in hostapd_ctrl_iface_sa_query()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_ctrl_iface.c142 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN]; in hostapd_ctrl_iface_sa_query()
147 os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN) < 0) in hostapd_ctrl_iface_sa_query()