OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sta_authorized_cb
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/ap/
hostapd.h
200
void (*
sta_authorized_cb
)(void *ctx, const u8 *mac_addr,
member in struct:hostapd_data
sta_info.c
935
if (hapd->
sta_authorized_cb
)
936
hapd->
sta_authorized_cb
(hapd->sta_authorized_cb_ctx,
/external/wpa_supplicant_8/wpa_supplicant/
ap.c
579
hapd_iface->bss[i]->
sta_authorized_cb
= ap_sta_authorized_cb;
Completed in 28 milliseconds