Searched refs:WLAN_SA_QUERY_TR_ID_LEN (Results 1 - 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11_shared.c | 64 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()
|
H A D | sta_info.c | 1203 WLAN_SA_QUERY_TR_ID_LEN); in ap_sa_query_timer() 1210 trans_id = nbuf + sta->sa_query_count * WLAN_SA_QUERY_TR_ID_LEN; in ap_sa_query_timer() 1214 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/src/ap/ |
H A D | ieee802_11_shared.c | 65 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()
|
H A D | sta_info.c | 1141 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/wpa_supplicant/ |
H A D | sme.c | 2323 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/ |
H A D | sme.c | 3274 u8 req[2 + WLAN_SA_QUERY_TR_ID_LEN + OCV_OCI_EXTENDED_LEN]; 3275 u8 req_len = 2 + WLAN_SA_QUERY_TR_ID_LEN; 3282 trans_id, WLAN_SA_QUERY_TR_ID_LEN); 3285 os_memcpy(req + 2, trans_id, WLAN_SA_QUERY_TR_ID_LEN); 3334 WLAN_SA_QUERY_TR_ID_LEN); 3343 trans_id = nbuf + wpa_s->sme.sa_query_count * WLAN_SA_QUERY_TR_ID_LEN; 3347 if (os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN) < 0) { 3441 u8 resp[2 + WLAN_SA_QUERY_TR_ID_LEN + OCV_OCI_EXTENDED_LEN]; 3442 u8 resp_len = 2 + WLAN_SA_QUERY_TR_ID_LEN; 3451 os_memcpy(resp + 2, data + 1, WLAN_SA_QUERY_TR_ID_LEN); [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | ieee802_11_defs.h | 653 #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/ |
H A D | ieee802_11_defs.h | 708 #define WLAN_SA_QUERY_TR_ID_LEN 2 macro 1023 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN]; 1028 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN];
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_ctrl_iface.c | 139 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/ |
H A D | ap_ctrl_iface.c | 142 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()
|
Completed in 36 milliseconds