Home
last modified time | relevance | path

Searched refs:sta_authorized_cb (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dhostapd.h238 void (*sta_authorized_cb)(void *ctx, const u8 *mac_addr, member
Dsta_info.c1189 if (hapd->sta_authorized_cb) in ap_sta_set_authorized()
1190 hapd->sta_authorized_cb(hapd->sta_authorized_cb_ctx, in ap_sta_set_authorized()
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c792 hapd_iface->bss[i]->sta_authorized_cb = ap_sta_authorized_cb; in wpa_supplicant_create_ap()