Home
last modified time | relevance | path

Searched refs:authorized (Results 1 – 25 of 30) sorted by relevance

12

/hostap-latest/src/ap/
Dsta_info.h399 int authorized);
401 struct sta_info *sta, int authorized);
403 struct sta_info *sta, int authorized);
Dsta_info.c1476 int authorized) in ap_sta_set_authorized_flag() argument
1478 if (!!authorized == !!(sta->flags & WLAN_STA_AUTHORIZED)) in ap_sta_set_authorized_flag()
1481 if (authorized) { in ap_sta_set_authorized_flag()
1505 struct sta_info *sta, int authorized) in ap_sta_set_authorized_event() argument
1515 enum net_event_wifi_cmd event = authorized ? in ap_sta_set_authorized_event()
1535 if (authorized) { in ap_sta_set_authorized_event()
1604 sta->addr, authorized, dev_addr, in ap_sta_set_authorized_event()
1609 if (authorized) in ap_sta_set_authorized_event()
1620 int authorized) in ap_sta_set_authorized() argument
1622 if (!ap_sta_set_authorized_flag(hapd, sta, authorized)) in ap_sta_set_authorized()
[all …]
Dieee802_1x.c114 bool authorized, bool mld) in ieee802_1x_set_authorized() argument
122 update = ap_sta_set_authorized_flag(hapd, sta, authorized); in ieee802_1x_set_authorized()
123 res = hostapd_set_authorized(hapd, sta, authorized); in ieee802_1x_set_authorized()
125 ap_sta_set_authorized_event(hapd, sta, authorized); in ieee802_1x_set_authorized()
128 authorized ? "" : "un"); in ieee802_1x_set_authorized()
140 if (authorized) { in ieee802_1x_set_authorized()
149 bool authorized) in ieee802_1x_ml_set_sta_authorized() argument
161 if (authorized && hapd->mld_link_id != sta->mld_assoc_link_id) in ieee802_1x_ml_set_sta_authorized()
187 authorized, true); in ieee802_1x_ml_set_sta_authorized()
198 struct sta_info *sta, int authorized) in ieee802_1x_set_sta_authorized() argument
[all …]
Dieee802_1x.h28 struct sta_info *sta, int authorized);
Dap_drv_ops.c285 struct sta_info *sta, int authorized) in hostapd_set_authorized() argument
300 if (authorized) { in hostapd_set_authorized()
Dap_drv_ops.h32 struct sta_info *sta, int authorized);
Dhostapd.h302 int authorized, const u8 *p2p_dev_addr,
/hostap-latest/src/eapol_auth/
Deapol_auth_sm.h56 void (*set_port_authorized)(void *ctx, void *sta_ctx, int authorized);
/hostap-latest/src/drivers/
Ddriver_bsd.c1066 int authorized = -1; in bsd_set_sta_authorized() local
1070 authorized = 1; in bsd_set_sta_authorized()
1072 authorized = 0; in bsd_set_sta_authorized()
1074 if (authorized < 0) in bsd_set_sta_authorized()
1077 return bsd_send_mlme_param(priv, authorized ? in bsd_set_sta_authorized()
Ddriver_zephyr.h285 int authorized,
Ddriver_atheros.c428 atheros_set_sta_authorized(void *priv, const u8 *addr, int authorized) in atheros_set_sta_authorized() argument
435 __func__, ether_sprintf(addr), authorized); in atheros_set_sta_authorized()
437 if (authorized) in atheros_set_sta_authorized()
446 __func__, authorized ? "" : "un", MAC2STR(addr)); in atheros_set_sta_authorized()
Ddriver_zephyr.c1828 int authorized) in wpa_drv_zep_set_supp_port() argument
1843 authorized, in wpa_drv_zep_set_supp_port()
1847 if (authorized) { in wpa_drv_zep_set_supp_port()
Ddriver.h3997 int (*set_supp_port)(void *priv, int authorized);
6058 int authorized; member
Ddriver_nl80211_event.c911 struct nlattr *authorized, in mlme_event_connect() argument
1054 if (authorized && nla_get_u8(authorized)) { in mlme_event_connect()
1055 event.assoc_info.authorized = 1; in mlme_event_connect()
/hostap-latest/wpa_supplicant/
Dwpas_glue.c1080 static void wpa_supplicant_port_cb(void *ctx, int authorized) in wpa_supplicant_port_cb() argument
1087 authorized ? "Authorized" : "Unauthorized"); in wpa_supplicant_port_cb()
1092 authorized ? "Authorized" : "Unauthorized"); in wpa_supplicant_port_cb()
1093 wpa_drv_set_supp_port(wpa_s, authorized); in wpa_supplicant_port_cb()
Dnotify.h98 const u8 *mac_addr, int authorized,
Dnotify.c833 const u8 *mac_addr, int authorized, in wpas_notify_sta_authorized() argument
836 if (authorized) in wpas_notify_sta_authorized()
Dibss_rsn.c387 struct ibss_rsn_peer *peer, int authorized) in ibss_set_sta_authorized() argument
391 if (authorized) { in ibss_set_sta_authorized()
Ddriver_i.h400 int authorized) in wpa_drv_set_supp_port() argument
404 authorized); in wpa_drv_set_supp_port()
DREADME-WPS34 - Enrollee: a device that is being authorized to use the network
281 to allow the AP to advertise list of authorized enrollees
Dap.c876 int authorized, const u8 *p2p_dev_addr, in ap_sta_authorized_cb() argument
879 wpas_notify_sta_authorized(ctx, mac_addr, authorized, p2p_dev_addr, ip); in ap_sta_authorized_cb()
Devents.c445 static void wpa_find_assoc_pmkid(struct wpa_supplicant *wpa_s, bool authorized) in wpa_find_assoc_pmkid() argument
470 if (authorized) in wpa_find_assoc_pmkid()
3493 data->assoc_info.authorized); in wpa_supplicant_event_associnfo()
4358 already_authorized = data && data->assoc_info.authorized; in wpa_supplicant_event_assoc()
6141 (data->assoc_info.authorized || in wpa_supplicant_event()
DREADME-P2P179 "auth" indicates that the WPS parameters are authorized for the peer
292 had been authorized to start group formation), stops P2P find (if in
/hostap-latest/src/eapol_supp/
Deapol_supp_sm.h252 void (*port_cb)(void *ctx, int authorized);
/hostap-latest/hostapd/
DREADME-WPS33 - Enrollee: a device that is being authorized to use the network
190 to allow the AP to advertise list of authorized enrollees:

12