Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dhostapd.h265 void (*sta_authorized_cb)(void *ctx, const u8 *mac_addr, member
Dsta_info.c1251 if (hapd->sta_authorized_cb) in ap_sta_set_authorized()
1252 hapd->sta_authorized_cb(hapd->sta_authorized_cb_ctx, in ap_sta_set_authorized()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhostapd.h275 void (*sta_authorized_cb)(void *ctx, const u8 *mac_addr, member
Dsta_info.c1296 if (hapd->sta_authorized_cb) in ap_sta_set_authorized()
1297 hapd->sta_authorized_cb(hapd->sta_authorized_cb_ctx, in ap_sta_set_authorized()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dap.c863 hapd_iface->bss[i]->sta_authorized_cb = ap_sta_authorized_cb; in wpa_supplicant_create_ap()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dap.c1087 hapd_iface->bss[i]->sta_authorized_cb = ap_sta_authorized_cb; in wpa_supplicant_create_ap()