Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:trans_id

1281 				  const u8 *trans_id)
1287 trans_id, WLAN_SA_QUERY_TR_ID_LEN);
1290 os_memcpy(req + 2, trans_id, WLAN_SA_QUERY_TR_ID_LEN);
1303 u8 *trans_id, *nbuf;
1318 trans_id = nbuf + wpa_s->sme.sa_query_count * WLAN_SA_QUERY_TR_ID_LEN;
1322 if (os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN) < 0) {
1335 sme_send_sa_query_req(wpa_s, trans_id);
1397 MACSTR " (trans_id %02x%02x)", MAC2STR(sa), data[1], data[2]);