Searched refs:authorized (Results 26 - 29 of 29) sorted by relevance

12

/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dap.c630 int authorized, const u8 *p2p_dev_addr)
632 wpas_notify_sta_authorized(ctx, mac_addr, authorized, p2p_dev_addr);
629 ap_sta_authorized_cb(void *ctx, const u8 *mac_addr, int authorized, const u8 *p2p_dev_addr) argument
H A Devents.c2817 already_authorized = data && data->assoc_info.authorized;
4021 "Connection authorized by device, previous state %d",
4250 (data->assoc_info.authorized ||
/netbsd-current/external/bsd/nsd/dist/doc/
H A Ddifferences.tex683 for non-existing and not authorized domains.
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver_nl80211.c5155 " total_flags=0x%x flags_or=0x%x flags_and=0x%x authorized=%d",
6122 static int wpa_driver_nl80211_set_supp_port(void *priv, int authorized) argument
6130 if (!drv->associated && is_zero_ether_addr(drv->bssid) && !authorized) {
6136 MACSTR, authorized ? "" : "un", MAC2STR(drv->bssid));
6140 if (authorized)

Completed in 127 milliseconds

12