Home
last modified time | relevance | path

Searched refs:RSN_CAP_LEN (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dwpa.h166 #define RSN_CAP_LEN 2 /* Length of RSN capabilities field (2 octets) */ macro
194 #define WPA_CAP_LEN RSN_CAP_LEN /* Length of RSN capabilities in RSN IE (2 octets) */
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dwpa.h197 #define RSN_CAP_LEN 2 /* Length of RSN capabilities field (2 octets) */ macro
225 #define WPA_CAP_LEN RSN_CAP_LEN /* Length of RSN capabilities in RSN IE (2 octets) */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dwpa.h205 #define RSN_CAP_LEN 2 /* Length of RSN capabilities field (2 octets) */ macro
233 #define WPA_CAP_LEN RSN_CAP_LEN /* Length of RSN capabilities in RSN IE (2 octets) */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dwpa.h205 #define RSN_CAP_LEN 2 /* Length of RSN capabilities field (2 octets) */ macro
233 #define WPA_CAP_LEN RSN_CAP_LEN /* Length of RSN capabilities in RSN IE (2 octets) */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dwpa.h209 #define RSN_CAP_LEN 2 /* Length of RSN capabilities field (2 octets) */ macro
238 #define WPA_CAP_LEN RSN_CAP_LEN /* Length of RSN capabilities in RSN IE (2 octets) */
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dwpa.h209 #define RSN_CAP_LEN 2 /* Length of RSN capabilities field (2 octets) */ macro
238 #define WPA_CAP_LEN RSN_CAP_LEN /* Length of RSN capabilities in RSN IE (2 octets) */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwpa.c1860 if (remain_len < RSN_CAP_LEN) { in bcmwpa_parse_rsnie()
1881 ptr_inc += RSN_CAP_LEN; in bcmwpa_parse_rsnie()
1882 remain_len -= RSN_CAP_LEN; in bcmwpa_parse_rsnie()
2277 if (remain_len < RSN_CAP_LEN) { in bcmwpa_parse_rsnie()
2305 ptr_inc += RSN_CAP_LEN; in bcmwpa_parse_rsnie()
2306 remain_len -= RSN_CAP_LEN; in bcmwpa_parse_rsnie()
H A Dwl_cfgvif.c2021 if ((len -= (WPA_IE_SUITE_COUNT_LEN + (WPA_SUITE_LEN * suite_count))) >= RSN_CAP_LEN) { in wl_validate_wpa2ie()
2048 len -= RSN_CAP_LEN; in wl_validate_wpa2ie()
2051 ((const u8 *)&mgmt->list[suite_count] + RSN_CAP_LEN); in wl_validate_wpa2ie()
2065 (const u8 *)&mgmt->list[suite_count] + RSN_CAP_LEN + WPA2_PMKID_COUNT_LEN; in wl_validate_wpa2ie()
2483 if ((len -= (WPA_IE_SUITE_COUNT_LEN + (WPA_SUITE_LEN * suite_count))) >= RSN_CAP_LEN) { in wl_validate_wpaie_wpa2ie()
H A Dwl_cfg80211.c4440 (WPA_SUITE_LEN * suite_count))) >= RSN_CAP_LEN) { in wl_cfg80211_get_rsn_capa()
4943 ptr = (const u8*)rsn_cap + RSN_CAP_LEN; in wl_cfg80211_set_mfp()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgvif.c2028 if ((len -= (WPA_IE_SUITE_COUNT_LEN + (WPA_SUITE_LEN * suite_count))) >= RSN_CAP_LEN) { in wl_validate_wpa2ie()
2055 len -= RSN_CAP_LEN; in wl_validate_wpa2ie()
2058 ((const u8 *)&mgmt->list[suite_count] + RSN_CAP_LEN); in wl_validate_wpa2ie()
2072 (const u8 *)&mgmt->list[suite_count] + RSN_CAP_LEN + WPA2_PMKID_COUNT_LEN; in wl_validate_wpa2ie()
2490 if ((len -= (WPA_IE_SUITE_COUNT_LEN + (WPA_SUITE_LEN * suite_count))) >= RSN_CAP_LEN) { in wl_validate_wpaie_wpa2ie()
H A Dwl_cfg80211.c4454 (WPA_SUITE_LEN * suite_count))) >= RSN_CAP_LEN) { in wl_cfg80211_get_rsn_capa()
4957 ptr = (const u8*)rsn_cap + RSN_CAP_LEN; in wl_cfg80211_set_mfp()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c60 #define RSN_CAP_LEN 2 /* Length of RSN capabilities */ macro
4263 if ((offset + RSN_CAP_LEN) <= len) { in brcmf_configure_wpaie()
4293 offset += RSN_CAP_LEN; in brcmf_configure_wpaie()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_cfg80211.c4877 (WPA_SUITE_LEN * suite_count))) >= RSN_CAP_LEN) { in wl_cfg80211_get_rsn_capa()
5196 ptr = (u8*)rsn_cap + RSN_CAP_LEN; in wl_cfg80211_set_mfp()
8941 if ((len -= (WPA_IE_SUITE_COUNT_LEN + (WPA_SUITE_LEN * suite_count))) >= RSN_CAP_LEN) { in wl_validate_wpa2ie()
8979 len -= RSN_CAP_LEN; in wl_validate_wpa2ie()
8981 pmkid = (wpa_pmkid_list_t *)((u8 *)&mgmt->list[suite_count] + RSN_CAP_LEN); in wl_validate_wpa2ie()
8994 cfg->bip_pos = (u8 *)&mgmt->list[suite_count] + RSN_CAP_LEN + WPA2_PMKID_COUNT_LEN; in wl_validate_wpa2ie()
9371 if ((len -= (WPA_IE_SUITE_COUNT_LEN + (WPA_SUITE_LEN * suite_count))) >= RSN_CAP_LEN) { in wl_validate_wpaie_wpa2ie()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfg80211.c5526 (WPA_SUITE_LEN * suite_count))) >= RSN_CAP_LEN) {
5968 ptr = (const u8*)rsn_cap + RSN_CAP_LEN;
11053 if ((len -= (WPA_IE_SUITE_COUNT_LEN + (WPA_SUITE_LEN * suite_count))) >= RSN_CAP_LEN) {
11091 len -= RSN_CAP_LEN;
11094 ((const u8 *)&mgmt->list[suite_count] + RSN_CAP_LEN);
11108 (const u8 *)&mgmt->list[suite_count] + RSN_CAP_LEN + WPA2_PMKID_COUNT_LEN;
11485 if ((len -= (WPA_IE_SUITE_COUNT_LEN + (WPA_SUITE_LEN * suite_count))) >= RSN_CAP_LEN) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfg80211.c5524 (WPA_SUITE_LEN * suite_count))) >= RSN_CAP_LEN) {
5966 ptr = (const u8*)rsn_cap + RSN_CAP_LEN;
11051 if ((len -= (WPA_IE_SUITE_COUNT_LEN + (WPA_SUITE_LEN * suite_count))) >= RSN_CAP_LEN) {
11089 len -= RSN_CAP_LEN;
11092 ((const u8 *)&mgmt->list[suite_count] + RSN_CAP_LEN);
11106 (const u8 *)&mgmt->list[suite_count] + RSN_CAP_LEN + WPA2_PMKID_COUNT_LEN;
11483 if ((len -= (WPA_IE_SUITE_COUNT_LEN + (WPA_SUITE_LEN * suite_count))) >= RSN_CAP_LEN) {
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfg80211.c5397 (WPA_SUITE_LEN * suite_count))) >= RSN_CAP_LEN) {
5839 ptr = (const u8*)rsn_cap + RSN_CAP_LEN;
10946 if ((len -= (WPA_IE_SUITE_COUNT_LEN + (WPA_SUITE_LEN * suite_count))) >= RSN_CAP_LEN) {
10984 len -= RSN_CAP_LEN;
10987 ((const u8 *)&mgmt->list[suite_count] + RSN_CAP_LEN);
11001 (const u8 *)&mgmt->list[suite_count] + RSN_CAP_LEN + WPA2_PMKID_COUNT_LEN;
11378 if ((len -= (WPA_IE_SUITE_COUNT_LEN + (WPA_SUITE_LEN * suite_count))) >= RSN_CAP_LEN) {