Searched refs:WLAN_SA_QUERY_TR_ID_LEN (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11_shared.c | 58 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()
|
D | sta_info.c | 1057 WLAN_SA_QUERY_TR_ID_LEN); in ap_sa_query_timer() 1064 trans_id = nbuf + sta->sa_query_count * WLAN_SA_QUERY_TR_ID_LEN; in ap_sa_query_timer() 1068 if (os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN) < 0) { in ap_sa_query_timer()
|
D | ieee802_11.c | 2331 WLAN_SA_QUERY_TR_ID_LEN; in hostapd_sa_query_action()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | sme.c | 1546 u8 req[2 + WLAN_SA_QUERY_TR_ID_LEN]; in sme_send_sa_query_req() 1550 trans_id, WLAN_SA_QUERY_TR_ID_LEN); in sme_send_sa_query_req() 1553 os_memcpy(req + 2, trans_id, WLAN_SA_QUERY_TR_ID_LEN); in sme_send_sa_query_req() 1574 WLAN_SA_QUERY_TR_ID_LEN); in sme_sa_query_timer() 1581 trans_id = nbuf + wpa_s->sme.sa_query_count * WLAN_SA_QUERY_TR_ID_LEN; in sme_sa_query_timer() 1585 if (os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN) < 0) { in sme_sa_query_timer() 1654 len < 1 + WLAN_SA_QUERY_TR_ID_LEN || in sme_sa_query_rx() 1665 i * WLAN_SA_QUERY_TR_ID_LEN, in sme_sa_query_rx() 1666 data + 1, WLAN_SA_QUERY_TR_ID_LEN) == 0) in sme_sa_query_rx()
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_defs.h | 342 #define WLAN_SA_QUERY_TR_ID_LEN 2 macro 571 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN]; 575 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN];
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 131 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN]; in hostapd_ctrl_iface_sa_query() 136 os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN) < 0) in hostapd_ctrl_iface_sa_query()
|