OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lookup_pskfile_cb
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/wpa/dist/src/wps/
wps.h
353
*
lookup_pskfile_cb
- Callback for searching for PSK in wpa_psk_file
358
int (*
lookup_pskfile_cb
)(void *ctx, const u8 *mac_addr, const u8 **psk);
member in struct:wps_registrar_config
wps_registrar.c
163
int (*
lookup_pskfile_cb
)(void *ctx, const u8 *mac_addr, const u8 **psk);
member in struct:wps_registrar
684
reg->
lookup_pskfile_cb
= cfg->
lookup_pskfile_cb
;
1296
if (!reg->
lookup_pskfile_cb
)
1298
return reg->
lookup_pskfile_cb
(reg->cb_ctx, mac_addr, psk);
Completed in 17 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026