OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_psk
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/wps/
wps_registrar.c
[
all
...]
wps_common.c
375
os_free(data.
new_psk
);
380
if (wps->wps_state == WPS_STATE_NOT_CONFIGURED && data.
new_psk
&&
392
os_memcpy(cred.key, data.
new_psk
, data.new_psk_len);
398
data.
new_psk
, data.new_psk_len);
403
os_free(data.
new_psk
);
wps_i.h
96
u8 *
new_psk
;
member in struct:wps_data
wps.c
183
bin_clear_free(data->
new_psk
, data->new_psk_len);
Completed in 837 milliseconds