Searched refs:sta_authorized_cb (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.h201 void (*sta_authorized_cb)(void *ctx, const u8 *mac_addr, member in struct:hostapd_data
H A Dsta_info.c1000 if (hapd->sta_authorized_cb)
1001 hapd->sta_authorized_cb(hapd->sta_authorized_cb_ctx,
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.h201 void (*sta_authorized_cb)(void *ctx, const u8 *mac_addr, member in struct:hostapd_data
H A Dsta_info.c1000 if (hapd->sta_authorized_cb)
1001 hapd->sta_authorized_cb(hapd->sta_authorized_cb_ctx,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.h201 void (*sta_authorized_cb)(void *ctx, const u8 *mac_addr, member in struct:hostapd_data
H A Dsta_info.c1000 if (hapd->sta_authorized_cb)
1001 hapd->sta_authorized_cb(hapd->sta_authorized_cb_ctx,
/external/wpa_supplicant_8/wpa_supplicant/
H A Dap.c621 hapd_iface->bss[i]->sta_authorized_cb = ap_sta_authorized_cb;

Completed in 1330 milliseconds