HomeSort by relevance Sort by last modified time
    Searched refs:network_key (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_attr_process.c 288 wps_process_cred_network_key(cred, attr->network_key,
315 wps_process_cred_network_key(cred, attr->network_key,
wps.h 433 * network_key - The current Network Key (PSK) or %NULL to generate new
439 u8 *network_key; member in struct:wps_context
442 * network_key_len - Length of network_key in octets
wps_attr_parse.c 373 attr->network_key = pos;
wps_i.h 164 const u8 *network_key; /* <= 64 octets */ member in struct:wps_parse_attr
wps_enrollee.c 262 wpabuf_put_data(msg, wps->wps->network_key, wps->wps->network_key_len);
wps_registrar.c 1152 } else if (wps->wps->network_key) {
1153 os_memcpy(wps->cred.key, wps->wps->network_key,
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_wsc.c 160 os_free(data->wps_ctx->network_key);
161 data->wps_ctx->network_key = NULL;
  /external/wpa_supplicant_6/wpa_supplicant/
wps_supplicant.c 735 os_free(wpa_s->wps->network_key);

Completed in 26 milliseconds