Searched refs:MAX_WPS_IE_LEN (Results 1 – 7 of 7) sorted by relevance
127 u8 wps_ie[MAX_WPS_IE_LEN];/* added in assoc req */
446 #define MAX_WPS_IE_LEN (512) macro
130 u8 wps_ie[MAX_WPS_IE_LEN];/* added in assoc req */
782 #define MAX_WPS_IE_LEN (512) macro
1794 if (ielen > MAX_WPA_IE_LEN+MAX_WPS_IE_LEN+MAX_P2P_IE_LEN) { in rtw_cfg80211_set_wpa_ie()1911 padapter->securitypriv.wps_ie_len = wps_ielen < MAX_WPS_IE_LEN ? wps_ielen : MAX_WPS_IE_LEN; in rtw_cfg80211_set_wpa_ie()
723 …adapter->securitypriv.wps_ie_len = ((buf[cnt+1]+2) < MAX_WPS_IE_LEN) ? (buf[cnt+1]+2):MAX_WPS_IE_L… in rtw_set_wpa_ie()4366 cp_sz = probereq_wpsie_len > MAX_WPS_IE_LEN ? MAX_WPS_IE_LEN : probereq_wpsie_len; in rtw_wx_set_priv()
2879 cp_sz = min(probereq_wpsie_len, MAX_WPS_IE_LEN); in rtw_wx_set_priv()