Searched defs:authorized (Results 1 - 25 of 32) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dsta_info.c999 int authorized)
1008 if (!!authorized == !!(sta->flags & WLAN_STA_AUTHORIZED))
1011 if (authorized)
1033 sta->addr, authorized, dev_addr);
1035 if (authorized) {
998 ap_sta_set_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
H A Dap_drv_ops.c251 struct sta_info *sta, int authorized)
253 if (authorized) {
250 hostapd_set_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
H A Dieee802_1x.c96 struct sta_info *sta, int authorized)
103 if (authorized) {
121 if (authorized) {
2008 int authorized)
2012 ieee802_1x_set_sta_authorized(hapd, sta, authorized);
95 ieee802_1x_set_sta_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
2007 ieee802_1x_set_port_authorized(void *ctx, void *sta_ctx, int authorized) argument
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.c999 int authorized)
1008 if (!!authorized == !!(sta->flags & WLAN_STA_AUTHORIZED))
1011 if (authorized)
1033 sta->addr, authorized, dev_addr);
1035 if (authorized) {
998 ap_sta_set_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
H A Dap_drv_ops.c251 struct sta_info *sta, int authorized)
253 if (authorized) {
250 hostapd_set_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
H A Dieee802_1x.c96 struct sta_info *sta, int authorized)
103 if (authorized) {
121 if (authorized) {
2008 int authorized)
2012 ieee802_1x_set_sta_authorized(hapd, sta, authorized);
95 ieee802_1x_set_sta_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
2007 ieee802_1x_set_port_authorized(void *ctx, void *sta_ctx, int authorized) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.c999 int authorized)
1008 if (!!authorized == !!(sta->flags & WLAN_STA_AUTHORIZED))
1011 if (authorized)
1033 sta->addr, authorized, dev_addr);
1035 if (authorized) {
998 ap_sta_set_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
H A Dap_drv_ops.c251 struct sta_info *sta, int authorized)
253 if (authorized) {
250 hostapd_set_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
H A Dieee802_1x.c96 struct sta_info *sta, int authorized)
103 if (authorized) {
121 if (authorized) {
2008 int authorized)
2012 ieee802_1x_set_sta_authorized(hapd, sta, authorized);
95 ieee802_1x_set_sta_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
2007 ieee802_1x_set_port_authorized(void *ctx, void *sta_ctx, int authorized) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dibss_rsn.c360 struct ibss_rsn_peer *peer, int authorized)
364 if (authorized) {
359 ibss_set_sta_authorized(struct ibss_rsn *ibss_rsn, struct ibss_rsn_peer *peer, int authorized) argument
H A Dap.c446 int authorized, const u8 *p2p_dev_addr)
448 wpas_notify_sta_authorized(ctx, mac_addr, authorized, p2p_dev_addr);
445 ap_sta_authorized_cb(void *ctx, const u8 *mac_addr, int authorized, const u8 *p2p_dev_addr) argument
H A Dnotify.c673 /* Notify listeners a new station has been authorized */
697 const u8 *mac_addr, int authorized,
700 if (authorized)
696 wpas_notify_sta_authorized(struct wpa_supplicant *wpa_s, const u8 *mac_addr, int authorized, const u8 *p2p_dev_addr) argument
H A Dwpas_glue.c878 static void wpa_supplicant_port_cb(void *ctx, int authorized) argument
885 authorized ? "Authorized" : "Unauthorized");
890 authorized ? "Authorized" : "Unauthorized");
891 wpa_drv_set_supp_port(wpa_s, authorized);
H A Ddriver_i.h357 int authorized)
361 authorized);
356 wpa_drv_set_supp_port(struct wpa_supplicant *wpa_s, int authorized) argument
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211_event.c268 struct nlattr *authorized,
353 if (authorized && nla_get_u8(authorized)) {
354 event.assoc_info.authorized = 1;
355 wpa_printf(MSG_DEBUG, "nl80211: connection authorized");
264 mlme_event_connect(struct wpa_driver_nl80211_data *drv, enum nl80211_commands cmd, struct nlattr *status, struct nlattr *addr, struct nlattr *req_ie, struct nlattr *resp_ie, struct nlattr *authorized, struct nlattr *key_replay_ctr, struct nlattr *ptk_kck, struct nlattr *ptk_kek) argument
H A Ddriver_atheros.c407 atheros_set_sta_authorized(void *priv, const u8 *addr, int authorized) argument
413 wpa_printf(MSG_DEBUG, "%s: addr=%s authorized=%d",
414 __func__, ether_sprintf(addr), authorized);
416 if (authorized)
425 __func__, authorized ? "" : "un", MAC2STR(addr));
H A Ddriver_bsd.c899 int authorized = -1; local
903 authorized = 1;
905 authorized = 0;
907 if (authorized < 0)
910 return bsd_send_mlme_param(priv, authorized ?
H A Ddriver_nl80211.c4261 " total_flags=0x%x flags_or=0x%x flags_and=0x%x authorized=%d",
5043 static int wpa_driver_nl80211_set_supp_port(void *priv, int authorized) argument
5051 if (!drv->associated && is_zero_ether_addr(drv->bssid) && !authorized) {
5057 MACSTR, authorized ? "" : "un", MAC2STR(drv->bssid));
5061 if (authorized)
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211_event.c268 struct nlattr *authorized,
353 if (authorized && nla_get_u8(authorized)) {
354 event.assoc_info.authorized = 1;
355 wpa_printf(MSG_DEBUG, "nl80211: connection authorized");
264 mlme_event_connect(struct wpa_driver_nl80211_data *drv, enum nl80211_commands cmd, struct nlattr *status, struct nlattr *addr, struct nlattr *req_ie, struct nlattr *resp_ie, struct nlattr *authorized, struct nlattr *key_replay_ctr, struct nlattr *ptk_kck, struct nlattr *ptk_kek) argument
H A Ddriver_atheros.c407 atheros_set_sta_authorized(void *priv, const u8 *addr, int authorized) argument
413 wpa_printf(MSG_DEBUG, "%s: addr=%s authorized=%d",
414 __func__, ether_sprintf(addr), authorized);
416 if (authorized)
425 __func__, authorized ? "" : "un", MAC2STR(addr));
H A Ddriver_bsd.c899 int authorized = -1; local
903 authorized = 1;
905 authorized = 0;
907 if (authorized < 0)
910 return bsd_send_mlme_param(priv, authorized ?
H A Ddriver_nl80211.c4261 " total_flags=0x%x flags_or=0x%x flags_and=0x%x authorized=%d",
5043 static int wpa_driver_nl80211_set_supp_port(void *priv, int authorized) argument
5051 if (!drv->associated && is_zero_ether_addr(drv->bssid) && !authorized) {
5057 MACSTR, authorized ? "" : "un", MAC2STR(drv->bssid));
5061 if (authorized)
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_event.c268 struct nlattr *authorized,
353 if (authorized && nla_get_u8(authorized)) {
354 event.assoc_info.authorized = 1;
355 wpa_printf(MSG_DEBUG, "nl80211: connection authorized");
264 mlme_event_connect(struct wpa_driver_nl80211_data *drv, enum nl80211_commands cmd, struct nlattr *status, struct nlattr *addr, struct nlattr *req_ie, struct nlattr *resp_ie, struct nlattr *authorized, struct nlattr *key_replay_ctr, struct nlattr *ptk_kck, struct nlattr *ptk_kek) argument
H A Ddriver_atheros.c407 atheros_set_sta_authorized(void *priv, const u8 *addr, int authorized) argument
413 wpa_printf(MSG_DEBUG, "%s: addr=%s authorized=%d",
414 __func__, ether_sprintf(addr), authorized);
416 if (authorized)
425 __func__, authorized ? "" : "un", MAC2STR(addr));
H A Ddriver_bsd.c899 int authorized = -1; local
903 authorized = 1;
905 authorized = 0;
907 if (authorized < 0)
910 return bsd_send_mlme_param(priv, authorized ?

Completed in 312 milliseconds

12