Home
last modified time | relevance | path

Searched refs:auth_alg (Results 1 - 5 of 5) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_mgmt_sta.c721 hi_u16 auth_alg = mac_get_auth_alg(mac_hdr); in hmac_sta_wait_auth_seq2_rx() local
722 if ((hmac_vap->auth_mode != auth_alg) && (hmac_vap->auth_mode != WLAN_WITP_AUTH_AUTOMATIC)) { in hmac_sta_wait_auth_seq2_rx()
724 "{hmac_sta_wait_auth_seq2_rx::rcv unexpected auth alg[%d/%d].}", auth_alg, hmac_vap->auth_mode); in hmac_sta_wait_auth_seq2_rx()
737 if (auth_alg == WLAN_WITP_AUTH_OPEN_SYSTEM) { in hmac_sta_wait_auth_seq2_rx()
748 } else if (auth_alg == WLAN_WITP_AUTH_SHARED_KEY) { in hmac_sta_wait_auth_seq2_rx()
757 oam_warning_log1(hmac_vap->base_vap->vap_id, OAM_SF_AUTH, "{hmac_sta_wait_auth_seq2_rx::auth_alg[%d]Err}", in hmac_sta_wait_auth_seq2_rx()
758 auth_alg); in hmac_sta_wait_auth_seq2_rx()
H A Dhmac_mgmt_ap.c200 hi_u16 auth_alg = mac_get_auth_alg(oal_netbuf_header(auth_req)); in hmac_ap_rx_auth_req() local
203 if (auth_alg == WLAN_WITP_AUTH_SHARED_KEY) { in hmac_ap_rx_auth_req()
212 if ((hmac_vap->base_vap->vap_mode == WLAN_VAP_MODE_MESH) && (auth_alg == WLAN_WITP_AUTH_SAE)) { in hmac_ap_rx_auth_req()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.h616 hi_u16 auth_alg; member
1494 hi_u32 auth_alg; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_frame.h1975 hi_u16 auth_alg = in mac_get_auth_alg() local
1976 (hi_u16)((puc_mac_hdr[MAC_80211_FRAME_LEN + 1] << 8) | /* puc_mac_hdr[24 + 1] 设置为auth_alg的bit 8 ~15 */ in mac_get_auth_alg()
1977 puc_mac_hdr[MAC_80211_FRAME_LEN]); /* puc_mac_hdr[24] 设置为auth_alg的低8bit */ in mac_get_auth_alg()
1978 return auth_alg; in mac_get_auth_alg()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dwlioctl.h201 uint8 auth_alg; /**< 802.11 authentication mode */ member

Completed in 80 milliseconds