/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | ieee802_11.h | 25 int ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, 35 struct sta_info *sta, 41 u16 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta, 59 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta, 61 void update_ht_state(struct hostapd_data *hapd, struct sta_info *sta); 62 u16 copy_sta_vht_capab(struct hostapd_data *hapd, struct sta_info *sta, 71 struct sta_info *sta, u8 *eid); 34 ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
|
H A D | p2p_hostapd.h | 14 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, 25 struct sta_info *sta, 24 hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
|
H A D | accounting.h | 14 struct sta_info *sta) 19 struct sta_info *sta) 24 struct sta_info *sta) 37 void accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta); 38 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta); 39 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta); 13 accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta) argument 18 accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) argument 23 accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) argument
|
H A D | iapp.h | 16 void iapp_new_station(struct iapp_data *iapp, struct sta_info *sta); 23 struct sta_info *sta) 22 iapp_new_station(struct iapp_data *iapp, struct sta_info *sta) argument
|
H A D | ap_mlme.c | 42 * @sta: peer STA data 49 * PeerSTAAddress = sta->addr 50 * AuthenticationType = sta->auth_alg (WLAN_AUTH_OPEN / WLAN_AUTH_SHARED_KEY) 53 struct sta_info *sta) 55 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_MLME, 58 MAC2STR(sta->addr), mlme_auth_alg_str(sta->auth_alg)); 59 if (sta->auth_alg != WLAN_AUTH_FT && !(sta->flags & WLAN_STA_MFP)) 60 mlme_deletekeys_request(hapd, sta); 52 mlme_authenticate_indication(struct hostapd_data *hapd, struct sta_info *sta) argument 76 mlme_deauthenticate_indication(struct hostapd_data *hapd, struct sta_info *sta, u16 reason_code) argument 99 mlme_associate_indication(struct hostapd_data *hapd, struct sta_info *sta) argument 124 mlme_reassociate_indication(struct hostapd_data *hapd, struct sta_info *sta) argument 148 mlme_disassociate_indication(struct hostapd_data *hapd, struct sta_info *sta, u16 reason_code) argument 169 mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta) argument [all...] |
H A D | ieee802_11_vht.c | 85 u16 copy_sta_vht_capab(struct hostapd_data *hapd, struct sta_info *sta, argument 92 sta->flags &= ~WLAN_STA_VHT; 93 os_free(sta->vht_capabilities); 94 sta->vht_capabilities = NULL; 98 if (sta->vht_capabilities == NULL) { 99 sta->vht_capabilities = 101 if (sta->vht_capabilities == NULL) 105 sta->flags |= WLAN_STA_VHT; 106 os_memcpy(sta->vht_capabilities, vht_capab,
|
H A D | p2p_hostapd.c | 23 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, argument 26 if (sta->p2p_ie == NULL) 29 return p2p_ie_text(sta->p2p_ie, buf, buf + buflen);
|
H A D | preauth_auth.h | 16 void rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, 18 void rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, 20 void rsn_preauth_free_station(struct hostapd_data *hapd, struct sta_info *sta); 34 struct sta_info *sta, 40 struct sta_info *sta, 46 struct sta_info *sta) 33 rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, int success) argument 39 rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, u8 *buf, size_t len) argument 45 rsn_preauth_free_station(struct hostapd_data *hapd, struct sta_info *sta) argument
|
H A D | tkip_countermeasures.c | 36 struct sta_info *sta; local 48 while ((sta = hapd->sta_list)) { 49 sta->acct_terminate_cause = 51 if (sta->flags & WLAN_STA_AUTH) { 53 hapd, sta, 56 hostapd_drv_sta_deauth(hapd, sta->addr, 58 ap_free_sta(hapd, sta); 75 struct sta_info *sta = ap_get_sta(hapd, addr); local 76 if (sta != NULL) { 77 wpa_auth_sta_local_mic_failure_report(sta [all...] |
/external/wpa_supplicant_8/src/ap/ |
H A D | ieee802_11.h | 25 int ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, 35 struct sta_info *sta, 41 u16 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta, 59 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta, 61 void update_ht_state(struct hostapd_data *hapd, struct sta_info *sta); 62 u16 copy_sta_vht_capab(struct hostapd_data *hapd, struct sta_info *sta, 71 struct sta_info *sta, u8 *eid); 34 ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
|
H A D | p2p_hostapd.h | 14 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, 25 struct sta_info *sta, 24 hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
|
H A D | accounting.h | 14 struct sta_info *sta) 19 struct sta_info *sta) 24 struct sta_info *sta) 37 void accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta); 38 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta); 39 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta); 13 accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta) argument 18 accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) argument 23 accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) argument
|
H A D | iapp.h | 16 void iapp_new_station(struct iapp_data *iapp, struct sta_info *sta); 23 struct sta_info *sta) 22 iapp_new_station(struct iapp_data *iapp, struct sta_info *sta) argument
|
H A D | ap_mlme.c | 42 * @sta: peer STA data 49 * PeerSTAAddress = sta->addr 50 * AuthenticationType = sta->auth_alg (WLAN_AUTH_OPEN / WLAN_AUTH_SHARED_KEY) 53 struct sta_info *sta) 55 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_MLME, 58 MAC2STR(sta->addr), mlme_auth_alg_str(sta->auth_alg)); 59 if (sta->auth_alg != WLAN_AUTH_FT && !(sta->flags & WLAN_STA_MFP)) 60 mlme_deletekeys_request(hapd, sta); 52 mlme_authenticate_indication(struct hostapd_data *hapd, struct sta_info *sta) argument 76 mlme_deauthenticate_indication(struct hostapd_data *hapd, struct sta_info *sta, u16 reason_code) argument 99 mlme_associate_indication(struct hostapd_data *hapd, struct sta_info *sta) argument 124 mlme_reassociate_indication(struct hostapd_data *hapd, struct sta_info *sta) argument 148 mlme_disassociate_indication(struct hostapd_data *hapd, struct sta_info *sta, u16 reason_code) argument 169 mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta) argument [all...] |
H A D | ieee802_11_vht.c | 85 u16 copy_sta_vht_capab(struct hostapd_data *hapd, struct sta_info *sta, argument 92 sta->flags &= ~WLAN_STA_VHT; 93 os_free(sta->vht_capabilities); 94 sta->vht_capabilities = NULL; 98 if (sta->vht_capabilities == NULL) { 99 sta->vht_capabilities = 101 if (sta->vht_capabilities == NULL) 105 sta->flags |= WLAN_STA_VHT; 106 os_memcpy(sta->vht_capabilities, vht_capab,
|
H A D | p2p_hostapd.c | 23 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, argument 26 if (sta->p2p_ie == NULL) 29 return p2p_ie_text(sta->p2p_ie, buf, buf + buflen);
|
H A D | preauth_auth.h | 16 void rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, 18 void rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, 20 void rsn_preauth_free_station(struct hostapd_data *hapd, struct sta_info *sta); 34 struct sta_info *sta, 40 struct sta_info *sta, 46 struct sta_info *sta) 33 rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, int success) argument 39 rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, u8 *buf, size_t len) argument 45 rsn_preauth_free_station(struct hostapd_data *hapd, struct sta_info *sta) argument
|
H A D | tkip_countermeasures.c | 36 struct sta_info *sta; local 48 while ((sta = hapd->sta_list)) { 49 sta->acct_terminate_cause = 51 if (sta->flags & WLAN_STA_AUTH) { 53 hapd, sta, 56 hostapd_drv_sta_deauth(hapd, sta->addr, 58 ap_free_sta(hapd, sta); 75 struct sta_info *sta = ap_get_sta(hapd, addr); local 76 if (sta != NULL) { 77 wpa_auth_sta_local_mic_failure_report(sta [all...] |
/external/wpa_supplicant_8/wpa_supplicant/src/ap/ |
H A D | ieee802_11.h | 25 int ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, 35 struct sta_info *sta, 41 u16 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta, 59 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta, 61 void update_ht_state(struct hostapd_data *hapd, struct sta_info *sta); 62 u16 copy_sta_vht_capab(struct hostapd_data *hapd, struct sta_info *sta, 71 struct sta_info *sta, u8 *eid); 34 ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
|
H A D | p2p_hostapd.h | 14 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, 25 struct sta_info *sta, 24 hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
|
H A D | accounting.h | 14 struct sta_info *sta) 19 struct sta_info *sta) 24 struct sta_info *sta) 37 void accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta); 38 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta); 39 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta); 13 accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta) argument 18 accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) argument 23 accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) argument
|
H A D | iapp.h | 16 void iapp_new_station(struct iapp_data *iapp, struct sta_info *sta); 23 struct sta_info *sta) 22 iapp_new_station(struct iapp_data *iapp, struct sta_info *sta) argument
|
H A D | ap_mlme.c | 42 * @sta: peer STA data 49 * PeerSTAAddress = sta->addr 50 * AuthenticationType = sta->auth_alg (WLAN_AUTH_OPEN / WLAN_AUTH_SHARED_KEY) 53 struct sta_info *sta) 55 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_MLME, 58 MAC2STR(sta->addr), mlme_auth_alg_str(sta->auth_alg)); 59 if (sta->auth_alg != WLAN_AUTH_FT && !(sta->flags & WLAN_STA_MFP)) 60 mlme_deletekeys_request(hapd, sta); 52 mlme_authenticate_indication(struct hostapd_data *hapd, struct sta_info *sta) argument 76 mlme_deauthenticate_indication(struct hostapd_data *hapd, struct sta_info *sta, u16 reason_code) argument 99 mlme_associate_indication(struct hostapd_data *hapd, struct sta_info *sta) argument 124 mlme_reassociate_indication(struct hostapd_data *hapd, struct sta_info *sta) argument 148 mlme_disassociate_indication(struct hostapd_data *hapd, struct sta_info *sta, u16 reason_code) argument 169 mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta) argument [all...] |
H A D | ieee802_11_vht.c | 85 u16 copy_sta_vht_capab(struct hostapd_data *hapd, struct sta_info *sta, argument 92 sta->flags &= ~WLAN_STA_VHT; 93 os_free(sta->vht_capabilities); 94 sta->vht_capabilities = NULL; 98 if (sta->vht_capabilities == NULL) { 99 sta->vht_capabilities = 101 if (sta->vht_capabilities == NULL) 105 sta->flags |= WLAN_STA_VHT; 106 os_memcpy(sta->vht_capabilities, vht_capab,
|
H A D | p2p_hostapd.c | 23 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, argument 26 if (sta->p2p_ie == NULL) 29 return p2p_ie_text(sta->p2p_ie, buf, buf + buflen);
|