/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11_shared.c | 51 const u8 *addr, const u8 *trans_id) in ieee802_11_send_sa_query_req() 64 trans_id, WLAN_SA_QUERY_TR_ID_LEN); in ieee802_11_send_sa_query_req() 117 os_memcpy(mgmt->u.action.u.sa_query_req.trans_id, trans_id, in ieee802_11_send_sa_query_req() 136 const u8 *sa, const u8 *trans_id) in ieee802_11_send_sa_query_resp() 147 trans_id, WLAN_SA_QUERY_TR_ID_LEN); in ieee802_11_send_sa_query_resp() 209 os_memcpy(resp->u.action.u.sa_query_req.trans_id, trans_id, in ieee802_11_send_sa_query_resp() 235 const u8 *trans_id = mgmt->u.action.u.sa_query_resp.trans_id; in ieee802_11_sa_query_action() local 50 ieee802_11_send_sa_query_req(struct hostapd_data *hapd, const u8 *addr, const u8 *trans_id) ieee802_11_send_sa_query_req() argument 135 ieee802_11_send_sa_query_resp(struct hostapd_data *hapd, const u8 *sa, const u8 *trans_id) ieee802_11_send_sa_query_resp() argument [all...] |
H A D | dpp_hostapd.c | 1482 u8 trans_id, in hostapd_dpp_send_peer_disc_resp() 1503 trans_id ^= 0x01; in hostapd_dpp_send_peer_disc_resp() 1510 wpabuf_put_u8(msg, trans_id); in hostapd_dpp_send_peer_disc_resp() 1611 const u8 *connector, *trans_id; in hostapd_dpp_rx_peer_disc_req() local 1642 trans_id = dpp_get_attr(buf, len, DPP_ATTR_TRANSACTION_ID, in hostapd_dpp_rx_peer_disc_req() 1644 if (!trans_id || trans_id_len != 1) { in hostapd_dpp_rx_peer_disc_req() 1673 hostapd_dpp_send_peer_disc_resp(hapd, src, freq, trans_id[0], in hostapd_dpp_rx_peer_disc_req() 1693 trans_id[0], in hostapd_dpp_rx_peer_disc_req() 1714 hostapd_dpp_send_peer_disc_resp(hapd, src, freq, trans_id[0], in hostapd_dpp_rx_peer_disc_req() 1480 hostapd_dpp_send_peer_disc_resp(struct hostapd_data *hapd, const u8 *src, unsigned int freq, u8 trans_id, enum dpp_status_error status) hostapd_dpp_send_peer_disc_resp() argument
|
H A D | sta_info.c | 1189 u8 *trans_id, *nbuf; in ap_sa_query_timer() local 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() 1220 trans_id[0] = 0x12; in ap_sa_query_timer() 1221 trans_id[1] = 0x34; in ap_sa_query_timer() 1233 ieee802_11_send_sa_query_req(hapd, sta->addr, trans_id); in ap_sa_query_timer()
|
H A D | ieee802_11.h | 70 const u8 *addr, const u8 *trans_id);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_11_shared.c | 52 const u8 *addr, const u8 *trans_id) in ieee802_11_send_sa_query_req() 65 trans_id, WLAN_SA_QUERY_TR_ID_LEN); in ieee802_11_send_sa_query_req() 108 os_memcpy(mgmt->u.action.u.sa_query_req.trans_id, trans_id, in ieee802_11_send_sa_query_req() 126 const u8 *sa, const u8 *trans_id) in ieee802_11_send_sa_query_resp() 137 trans_id, WLAN_SA_QUERY_TR_ID_LEN); in ieee802_11_send_sa_query_resp() 189 os_memcpy(resp->u.action.u.sa_query_req.trans_id, trans_id, in ieee802_11_send_sa_query_resp() 214 const u8 *trans_id = mgmt->u.action.u.sa_query_resp.trans_id; in ieee802_11_sa_query_action() local 51 ieee802_11_send_sa_query_req(struct hostapd_data *hapd, const u8 *addr, const u8 *trans_id) ieee802_11_send_sa_query_req() argument 125 ieee802_11_send_sa_query_resp(struct hostapd_data *hapd, const u8 *sa, const u8 *trans_id) ieee802_11_send_sa_query_resp() argument [all...] |
H A D | sta_info.c | 1129 u8 *trans_id, *nbuf; in ap_sa_query_timer() local 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() 1158 trans_id[0] = 0x12; in ap_sa_query_timer() 1159 trans_id[1] = 0x34; in ap_sa_query_timer() 1171 ieee802_11_send_sa_query_req(hapd, sta->addr, trans_id); in ap_sa_query_timer()
|
H A D | dpp_hostapd.c | 965 u8 trans_id, in hostapd_dpp_send_peer_disc_resp() 982 trans_id ^= 0x01; in hostapd_dpp_send_peer_disc_resp() 989 wpabuf_put_u8(msg, trans_id); in hostapd_dpp_send_peer_disc_resp() 1060 const u8 *connector, *trans_id; in hostapd_dpp_rx_peer_disc_req() local 1091 trans_id = dpp_get_attr(buf, len, DPP_ATTR_TRANSACTION_ID, in hostapd_dpp_rx_peer_disc_req() 1093 if (!trans_id || trans_id_len != 1) { in hostapd_dpp_rx_peer_disc_req() 1122 hostapd_dpp_send_peer_disc_resp(hapd, src, freq, trans_id[0], in hostapd_dpp_rx_peer_disc_req() 1141 hostapd_dpp_send_peer_disc_resp(hapd, src, freq, trans_id[0], in hostapd_dpp_rx_peer_disc_req() 963 hostapd_dpp_send_peer_disc_resp(struct hostapd_data *hapd, const u8 *src, unsigned int freq, u8 trans_id, enum dpp_status_error status) hostapd_dpp_send_peer_disc_resp() argument
|
H A D | ieee802_11.h | 69 const u8 *addr, const u8 *trans_id);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_reconfig.c | 430 const u8 *trans_id, *version, *i_connector, *c_nonce; in dpp_reconfig_auth_req_rx() local 440 trans_id = dpp_get_attr(attr_start, attr_len, DPP_ATTR_TRANSACTION_ID, in dpp_reconfig_auth_req_rx() 442 if (!trans_id || trans_id_len != 1) { in dpp_reconfig_auth_req_rx() 513 auth->transaction_id = trans_id[0]; in dpp_reconfig_auth_req_rx() 651 const u8 *trans_id, *version, *r_connector, *r_proto, *wrapped_data, in dpp_reconfig_auth_resp_rx() local 681 trans_id = dpp_get_attr(attr_start, attr_len, DPP_ATTR_TRANSACTION_ID, in dpp_reconfig_auth_resp_rx() 683 if (!trans_id || trans_id_len != 1) { in dpp_reconfig_auth_resp_rx() 687 if (trans_id[0] != auth->transaction_id) { in dpp_reconfig_auth_resp_rx() 836 const u8 *trans_id, *version, *wrapped_data, *c_nonce, *e_nonce, in dpp_reconfig_auth_conf_rx() local 901 trans_id in dpp_reconfig_auth_conf_rx() [all...] |
H A D | ieee802_11_defs.h | 1023 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN]; member 1028 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN]; member
|
/third_party/lwip/src/apps/netbiosns/ |
H A D | netbiosns.c | 102 PACK_STRUCT_FIELD(u16_t trans_id); 384 resp->resp_hdr.trans_id = netbios_hdr->trans_id; in netbiosns_recv() 429 resp->answer_hdr.trans_id = netbios_hdr->trans_id; in netbiosns_recv()
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | check-format-test-negatives.c | 362 const unsigned char trans_id[OSSL_CMP_TRANSACTIONID_LENGTH] = { variable 365 const unsigned char trans_id[OSSL_CMP_TRANSACTIONID_LENGTH] = variable
|
/third_party/openssl/util/ |
H A D | check-format-test-negatives.c | 362 const unsigned char trans_id[OSSL_CMP_TRANSACTIONID_LENGTH] = { variable 365 const unsigned char trans_id[OSSL_CMP_TRANSACTIONID_LENGTH] = variable
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | sme.c | 2321 const u8 *trans_id) 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() 2363 u8 *trans_id, *nbuf; in sme_sa_query_timer() local 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() 2398 sme_send_sa_query_req(wpa_s, trans_id); in sme_sa_query_timer() 2519 MACSTR " (trans_id %02x%02x)", MAC2STR(sa), data[1], data[2]); in sme_process_sa_query_response() 2550 MACSTR " (trans_id %02x%02x)", MAC2STR(sa), data[1], data[2]); in sme_sa_query_rx() 2320 sme_send_sa_query_req(struct wpa_supplicant *wpa_s, const u8 *trans_id) sme_send_sa_query_req() argument
|
H A D | dpp_supplicant.c | 1324 const u8 *connector, *trans_id, *status; in wpas_dpp_rx_peer_disc_resp() local 1355 trans_id = dpp_get_attr(buf, len, DPP_ATTR_TRANSACTION_ID, in wpas_dpp_rx_peer_disc_resp() 1357 if (!trans_id || trans_id_len != 1) { in wpas_dpp_rx_peer_disc_resp() 1364 if (trans_id[0] != TRANSACTION_ID) { in wpas_dpp_rx_peer_disc_resp() 1367 trans_id[0]); in wpas_dpp_rx_peer_disc_resp()
|
/third_party/openssl/test/ |
H A D | cmp_vfy_test.c | 514 const unsigned char trans_id[OSSL_CMP_TRANSACTIONID_LENGTH] = { in test_msg_check_transaction_id() local 520 setup_check_update(&fixture, 1, allow_unprotected, 1, trans_id, NULL); in test_msg_check_transaction_id()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | sme.c | 3272 const u8 *trans_id) 3282 trans_id, WLAN_SA_QUERY_TR_ID_LEN); 3285 os_memcpy(req + 2, trans_id, WLAN_SA_QUERY_TR_ID_LEN); 3326 u8 *trans_id, *nbuf; local 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) { 3361 sme_send_sa_query_req(wpa_s, trans_id); 3498 MACSTR " (trans_id %02x%02x)", MAC2STR(sa), data[1], data[2]); 3500 MACSTR_SEC " (trans_id %02x%02x)", MAC2STR_SEC(sa), data[1], data[2]); 3539 MACSTR " (trans_id 3271 sme_send_sa_query_req(struct wpa_supplicant *wpa_s, const u8 *trans_id) global() argument [all...] |
H A D | dpp_supplicant.c | 2361 const u8 *connector, *trans_id, *status; in wpas_dpp_rx_peer_disc_resp() local 2397 trans_id = dpp_get_attr(buf, len, DPP_ATTR_TRANSACTION_ID, in wpas_dpp_rx_peer_disc_resp() 2399 if (!trans_id || trans_id_len != 1) { in wpas_dpp_rx_peer_disc_resp() 2406 if (trans_id[0] != TRANSACTION_ID) { in wpas_dpp_rx_peer_disc_resp() 2409 trans_id[0]); in wpas_dpp_rx_peer_disc_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | ieee802_11_defs.h | 950 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN]; member 955 u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN]; member
|
/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() local 144 os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN) < 0) in hostapd_ctrl_iface_sa_query() 147 ieee802_11_send_sa_query_req(hapd, addr, trans_id); 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() local 147 os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN) < 0) in hostapd_ctrl_iface_sa_query() 150 ieee802_11_send_sa_query_req(hapd, addr, trans_id); in hostapd_ctrl_iface_sa_query()
|