| /hostap-latest/src/ap/ |
| D | sta_info.h | 399 int authorized); 401 struct sta_info *sta, int authorized); 403 struct sta_info *sta, int authorized);
|
| D | sta_info.c | 1476 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 …]
|
| D | ieee802_1x.c | 114 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 …]
|
| D | ieee802_1x.h | 28 struct sta_info *sta, int authorized);
|
| D | ap_drv_ops.c | 285 struct sta_info *sta, int authorized) in hostapd_set_authorized() argument 300 if (authorized) { in hostapd_set_authorized()
|
| D | ap_drv_ops.h | 32 struct sta_info *sta, int authorized);
|
| D | hostapd.h | 302 int authorized, const u8 *p2p_dev_addr,
|
| /hostap-latest/src/eapol_auth/ |
| D | eapol_auth_sm.h | 56 void (*set_port_authorized)(void *ctx, void *sta_ctx, int authorized);
|
| /hostap-latest/src/drivers/ |
| D | driver_bsd.c | 1066 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()
|
| D | driver_zephyr.h | 285 int authorized,
|
| D | driver_atheros.c | 428 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()
|
| D | driver_zephyr.c | 1828 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()
|
| D | driver.h | 3997 int (*set_supp_port)(void *priv, int authorized); 6058 int authorized; member
|
| D | driver_nl80211_event.c | 911 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/ |
| D | wpas_glue.c | 1080 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()
|
| D | notify.h | 98 const u8 *mac_addr, int authorized,
|
| D | notify.c | 833 const u8 *mac_addr, int authorized, in wpas_notify_sta_authorized() argument 836 if (authorized) in wpas_notify_sta_authorized()
|
| D | ibss_rsn.c | 387 struct ibss_rsn_peer *peer, int authorized) in ibss_set_sta_authorized() argument 391 if (authorized) { in ibss_set_sta_authorized()
|
| D | driver_i.h | 400 int authorized) in wpa_drv_set_supp_port() argument 404 authorized); in wpa_drv_set_supp_port()
|
| D | README-WPS | 34 - Enrollee: a device that is being authorized to use the network 281 to allow the AP to advertise list of authorized enrollees
|
| D | ap.c | 876 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()
|
| D | events.c | 445 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()
|
| D | README-P2P | 179 "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/ |
| D | eapol_supp_sm.h | 252 void (*port_cb)(void *ctx, int authorized);
|
| /hostap-latest/hostapd/ |
| D | README-WPS | 33 - Enrollee: a device that is being authorized to use the network 190 to allow the AP to advertise list of authorized enrollees:
|