Searched refs:auth_alg (Results 1 - 25 of 84) sorted by last modified time

1234

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.c272 sta->auth_alg == WLAN_AUTH_FT) &&
343 u16 auth_alg)
347 return hapd->driver->add_sta_node(hapd->drv_priv, addr, auth_alg);
342 hostapd_add_sta_node(struct hostapd_data *hapd, const u8 *addr, u16 auth_alg) argument
H A Dap_drv_ops.h99 u16 auth_alg);
H A Dap_mlme.c51 * AuthenticationType = sta->auth_alg (WLAN_AUTH_OPEN / WLAN_AUTH_SHARED_KEY)
59 MAC2STR(sta->addr), mlme_auth_alg_str(sta->auth_alg));
60 if (sta->auth_alg != WLAN_AUTH_FT && !(sta->flags & WLAN_STA_MFP))
107 if (sta->auth_alg != WLAN_AUTH_FT)
131 if (sta->auth_alg != WLAN_AUTH_FT)
H A Ddrv_callbacks.c238 (sta->auth_alg != WLAN_AUTH_FT)) {
267 if (sta->auth_alg == WLAN_AUTH_FT) {
338 sta->auth_alg, req_ies, req_ies_len);
342 if (sta->auth_alg == WLAN_AUTH_FT)
356 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT))
686 sta->auth_alg = WLAN_AUTH_FT;
H A Dhostapd.c2389 if (sta->auth_alg != WLAN_AUTH_FT &&
H A Dieee802_11.c251 u16 auth_alg, u16 auth_transaction, u16 resp,
270 reply->u.auth.auth_alg = host_to_le16(auth_alg);
278 " auth_alg=%d auth_transaction=%d resp=%d (IE len=%lu)",
279 MAC2STR(dst), auth_alg, auth_transaction,
658 sta->auth_alg = WLAN_AUTH_SAE;
877 u16 auth_alg, auth_transaction, status_code; local
908 auth_alg = le_to_host16(mgmt->u.auth.auth_alg);
920 wpa_printf(MSG_DEBUG, "authentication: STA=" MACSTR " auth_alg
249 send_auth_reply(struct hostapd_data *hapd, const u8 *dst, const u8 *bssid, u16 auth_alg, u16 auth_transaction, u16 resp, const u8 *ies, size_t ies_len) argument
2286 u16 auth_alg, auth_transaction, status_code; local
[all...]
H A Dieee802_1x.c446 sta->auth_alg == WLAN_AUTH_FT) &&
1091 if (sta->auth_alg == WLAN_AUTH_FT) {
H A Dsta_info.h90 u16 auth_alg; member in struct:sta_info
H A Dwpa_auth.h293 size_t max_len, int auth_alg,
H A Dwpa_auth_ft.c636 size_t max_len, int auth_alg,
658 if (auth_alg == WLAN_AUTH_FT) {
680 if (auth_alg == WLAN_AUTH_FT) {
729 if (auth_alg == WLAN_AUTH_FT)
736 if (auth_alg == WLAN_AUTH_FT)
744 if (auth_alg == WLAN_AUTH_FT &&
635 wpa_sm_write_assoc_resp_ies(struct wpa_state_machine *sm, u8 *pos, size_t max_len, int auth_alg, const u8 *req_ies, size_t req_ies_len) argument
H A Dwpa_auth_glue.c225 if (sta && sta->auth_alg == WLAN_AUTH_SAE) {
534 sta->auth_alg = WLAN_AUTH_FT;
543 sta->auth_alg = WLAN_AUTH_FT;
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_defs.h471 le16 auth_alg; member in struct:ieee80211_mgmt::__anon17140::__anon17141
H A Dprivsep_commands.h42 int auth_alg; member in struct:privsep_cmd_associate
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h426 int auth_alg; member in struct:wpa_driver_auth_params
641 * auth_alg - Allowed authentication algorithms
644 int auth_alg; member in struct:wpa_driver_associate_params
2958 * @auth_alg: authentication algorithm used by the station
2964 int (*add_sta_node)(void *priv, const u8 *addr, u16 auth_alg);
H A Ddriver_atheros.c900 event.auth.auth_type = le_to_host16(mgmt->u.auth.auth_alg);
1890 static int atheros_add_sta_node(void *priv, const u8 *addr, u16 auth_alg) argument
1899 addnode->auth_alg = auth_alg;
H A Ddriver_bsd.c1011 wpa_driver_bsd_set_auth_alg(void *priv, int auth_alg) argument
1015 if ((auth_alg & WPA_AUTH_ALG_OPEN) &&
1016 (auth_alg & WPA_AUTH_ALG_SHARED))
1018 else if (auth_alg & WPA_AUTH_ALG_SHARED)
1085 if (wpa_driver_bsd_set_auth_alg(drv, params->auth_alg) < 0)
H A Ddriver_ndis.c1095 if (params->auth_alg & WPA_AUTH_ALG_SHARED) {
1096 if (params->auth_alg & WPA_AUTH_ALG_OPEN)
H A Ddriver_nl80211.c2807 drv->auth_alg = params->auth_alg;
2948 if (params->auth_alg & WPA_AUTH_ALG_OPEN)
2950 else if (params->auth_alg & WPA_AUTH_ALG_SHARED)
2952 else if (params->auth_alg & WPA_AUTH_ALG_LEAP)
2954 else if (params->auth_alg & WPA_AUTH_ALG_FT)
2956 else if (params->auth_alg & WPA_AUTH_ALG_SAE)
3055 params.auth_alg = drv->auth_alg;
3194 u16 auth_alg local
[all...]
H A Ddriver_nl80211.h174 int auth_alg; member in struct:wpa_driver_nl80211_data
H A Ddriver_nl80211_event.c170 event.auth.auth_type = le_to_host16(mgmt->u.auth.auth_alg);
H A Ddriver_privsep.c232 "group_suite=%d key_mgmt_suite=%d auth_alg=%d mode=%d",
235 params->auth_alg, params->mode);
252 data->auth_alg = params->auth_alg;
H A Ddriver_wext.c39 static int wpa_driver_wext_set_auth_alg(void *priv, int auth_alg);
2103 if (params->auth_alg & WPA_AUTH_ALG_OPEN)
2105 if (params->auth_alg & WPA_AUTH_ALG_SHARED)
2144 if (wpa_driver_wext_set_auth_alg(drv, params->auth_alg) < 0)
2243 static int wpa_driver_wext_set_auth_alg(void *priv, int auth_alg) argument
2248 if (auth_alg & WPA_AUTH_ALG_OPEN)
2250 if (auth_alg & WPA_AUTH_ALG_SHARED)
2252 if (auth_alg & WPA_AUTH_ALG_LEAP)
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.c272 sta->auth_alg == WLAN_AUTH_FT) &&
343 u16 auth_alg)
347 return hapd->driver->add_sta_node(hapd->drv_priv, addr, auth_alg);
342 hostapd_add_sta_node(struct hostapd_data *hapd, const u8 *addr, u16 auth_alg) argument
H A Dap_drv_ops.h99 u16 auth_alg);
H A Dap_mlme.c51 * AuthenticationType = sta->auth_alg (WLAN_AUTH_OPEN / WLAN_AUTH_SHARED_KEY)
59 MAC2STR(sta->addr), mlme_auth_alg_str(sta->auth_alg));
60 if (sta->auth_alg != WLAN_AUTH_FT && !(sta->flags & WLAN_STA_MFP))
107 if (sta->auth_alg != WLAN_AUTH_FT)
131 if (sta->auth_alg != WLAN_AUTH_FT)

Completed in 177 milliseconds

1234