Lines Matching refs:rsn_ie

2599 		if (bss->rsn_ie) {  in wl_cfg80211_bcn_validate_sec()
2600 MFREE(cfg->osh, bss->rsn_ie, bss->rsn_ie[1] in wl_cfg80211_bcn_validate_sec()
2602 bss->rsn_ie = NULL; in wl_cfg80211_bcn_validate_sec()
2620 bss->rsn_ie = NULL; in wl_cfg80211_bcn_validate_sec()
2632 bss->rsn_ie = MALLOCZ(cfg->osh, in wl_cfg80211_bcn_validate_sec()
2635 if (bss->rsn_ie) { in wl_cfg80211_bcn_validate_sec()
2636 memcpy(bss->rsn_ie, ies->wpa2_ie, in wl_cfg80211_bcn_validate_sec()
3399 bss->rsn_ie = MALLOCZ(cfg->osh, in wl_cfg80211_hostapd_sec()
3401 if (bss->rsn_ie) { in wl_cfg80211_hostapd_sec()
3402 memcpy(bss->rsn_ie, ies->wpa2_ie, in wl_cfg80211_hostapd_sec()
3434 if (bss->rsn_ie) { in wl_cfg80211_hostapd_sec()
3435 if (memcmp(bss->rsn_ie, in wl_cfg80211_hostapd_sec()
3439 MFREE(cfg->osh, bss->rsn_ie, in wl_cfg80211_hostapd_sec()
3440 bss->rsn_ie[1] + WPA_RSN_IE_TAG_FIXED_LEN); in wl_cfg80211_hostapd_sec()
3441 bss->rsn_ie = MALLOCZ(cfg->osh, in wl_cfg80211_hostapd_sec()
3444 if (bss->rsn_ie) { in wl_cfg80211_hostapd_sec()
3445 memcpy(bss->rsn_ie, ies->wpa2_ie, in wl_cfg80211_hostapd_sec()
3453 bss->rsn_ie = MALLOCZ(cfg->osh, in wl_cfg80211_hostapd_sec()
3456 if (bss->rsn_ie) { in wl_cfg80211_hostapd_sec()
3457 memcpy(bss->rsn_ie, ies->wpa2_ie, in wl_cfg80211_hostapd_sec()
3491 bss->rsn_ie = MALLOCZ(cfg->osh, in wl_cfg80211_hostapd_sec()
3493 if (bss->rsn_ie) { in wl_cfg80211_hostapd_sec()
3494 memcpy(bss->rsn_ie, in wl_cfg80211_hostapd_sec()
3504 MFREE(cfg->osh, bss->rsn_ie, in wl_cfg80211_hostapd_sec()
3505 bss->rsn_ie[1] + WPA_RSN_IE_TAG_FIXED_LEN); in wl_cfg80211_hostapd_sec()
3506 bss->rsn_ie = NULL; in wl_cfg80211_hostapd_sec()
3515 } else if (memcmp(bss->rsn_ie, in wl_cfg80211_hostapd_sec()
3519 MFREE(cfg->osh, bss->rsn_ie, in wl_cfg80211_hostapd_sec()
3520 bss->rsn_ie[1] + WPA_RSN_IE_TAG_FIXED_LEN); in wl_cfg80211_hostapd_sec()
3521 bss->rsn_ie = MALLOCZ(cfg->osh, in wl_cfg80211_hostapd_sec()
3523 if (bss->rsn_ie) { in wl_cfg80211_hostapd_sec()
3524 memcpy(bss->rsn_ie, in wl_cfg80211_hostapd_sec()