Home
last modified time | relevance | path

Searched refs:wpaie (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Dcfg.c420 const struct element *wpaie; in lbs_add_wpa_tlv() local
423 wpaie = cfg80211_find_elem(WLAN_EID_RSN, ie, ie_len); in lbs_add_wpa_tlv()
424 if (!wpaie) in lbs_add_wpa_tlv()
425 wpaie = cfg80211_find_vendor_elem(WLAN_OUI_MICROSOFT, in lbs_add_wpa_tlv()
428 if (!wpaie || wpaie->datalen > 128) in lbs_add_wpa_tlv()
441 wpatlv->header.type = cpu_to_le16(wpaie->id); in lbs_add_wpa_tlv()
442 wpatlv->header.len = cpu_to_le16(wpaie->datalen); in lbs_add_wpa_tlv()
443 memcpy(wpatlv->data, wpaie->data, wpaie in lbs_add_wpa_tlv()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dmain.c62 u8 *wpaie, size_t ielen, u8 keymgmt, in ath6kl_add_new_sta()
74 memcpy(sta->wpa_ie, wpaie, ielen); in ath6kl_add_new_sta()
61 ath6kl_add_new_sta(struct ath6kl_vif *vif, u8 *mac, u16 aid, u8 *wpaie, size_t ielen, u8 keymgmt, u8 ucipher, u8 auth, u8 apsd_info) ath6kl_add_new_sta() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dmain.c62 u8 *wpaie, size_t ielen, u8 keymgmt, in ath6kl_add_new_sta()
74 memcpy(sta->wpa_ie, wpaie, ielen); in ath6kl_add_new_sta()
61 ath6kl_add_new_sta(struct ath6kl_vif *vif, u8 *mac, u16 aid, u8 *wpaie, size_t ielen, u8 keymgmt, u8 ucipher, u8 auth, u8 apsd_info) ath6kl_add_new_sta() argument
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dmac.c897 const u8 *wpaie = NULL; in ath11k_peer_assoc_h_crypto() local
919 wpaie = cfg80211_find_vendor_ie(WLAN_OUI_MICROSOFT, in ath11k_peer_assoc_h_crypto()
928 if (rsnie || wpaie) { in ath11k_peer_assoc_h_crypto()
934 if (wpaie) { in ath11k_peer_assoc_h_crypto()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dmac.c1241 const u8 *wpaie = NULL; in ath12k_peer_assoc_h_crypto() local
1263 wpaie = cfg80211_find_vendor_ie(WLAN_OUI_MICROSOFT, in ath12k_peer_assoc_h_crypto()
1272 if (rsnie || wpaie) { in ath12k_peer_assoc_h_crypto()
1278 if (wpaie) { in ath12k_peer_assoc_h_crypto()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dmac.c2184 const u8 *wpaie = NULL; in ath10k_peer_assoc_h_crypto() local
2201 wpaie = cfg80211_find_vendor_ie(WLAN_OUI_MICROSOFT, in ath10k_peer_assoc_h_crypto()
2210 if (rsnie || wpaie) { in ath10k_peer_assoc_h_crypto()
2215 if (wpaie) { in ath10k_peer_assoc_h_crypto()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dmac.c2194 const u8 *wpaie = NULL; in ath10k_peer_assoc_h_crypto() local
2213 wpaie = cfg80211_find_vendor_ie(WLAN_OUI_MICROSOFT, in ath10k_peer_assoc_h_crypto()
2222 if (rsnie || wpaie) { in ath10k_peer_assoc_h_crypto()
2227 if (wpaie) { in ath10k_peer_assoc_h_crypto()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dmac.c1751 const u8 *wpaie = NULL; in ath11k_peer_assoc_h_crypto() local
1773 wpaie = cfg80211_find_vendor_ie(WLAN_OUI_MICROSOFT, in ath11k_peer_assoc_h_crypto()
1782 if (rsnie || wpaie) { in ath11k_peer_assoc_h_crypto()
1788 if (wpaie) { in ath11k_peer_assoc_h_crypto()

Completed in 57 milliseconds