Searched refs:MAX_WPS_IE_LEN (Results 1 – 4 of 4) sorted by relevance
123 u8 wps_ie[MAX_WPS_IE_LEN];/* added in assoc req */
483 #define MAX_WPS_IE_LEN (512) macro
318 …->securitypriv.wps_ie_len = ((buf[cnt + 1] + 2) < MAX_WPS_IE_LEN) ? (buf[cnt + 1] + 2) : MAX_WPS_I… in rtw_set_wpa_ie()
1437 if (ielen > MAX_WPA_IE_LEN + MAX_WPS_IE_LEN + MAX_P2P_IE_LEN) { in rtw_cfg80211_set_wpa_ie()1531 padapter->securitypriv.wps_ie_len = min_t(uint, wps_ielen, MAX_WPS_IE_LEN); in rtw_cfg80211_set_wpa_ie()