HomeSort by relevance Sort by last modified time
    Searched defs:correlation_id (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
tncc.c 1226 u8 correlation_id[24]; local
1230 if (os_get_random(correlation_id, sizeof(correlation_id)))
1233 correlation_id, sizeof(correlation_id));
1260 wpabuf_put_data(buf, correlation_id, sizeof(correlation_id));
1302 wpabuf_put_data(buf, correlation_id, sizeof(correlation_id));
  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 1220 u8 correlation_id[24]; local
1224 if (os_get_random(correlation_id, sizeof(correlation_id)))
1227 correlation_id, sizeof(correlation_id));
1254 wpabuf_put_data(buf, correlation_id, sizeof(correlation_id));
1296 wpabuf_put_data(buf, correlation_id, sizeof(correlation_id));

Completed in 33 milliseconds