Searched refs:MAX_WPS_IE_LEN (Results 1 – 7 of 7) sorted by relevance
128 u8 wps_ie[MAX_WPS_IE_LEN];/* added in assoc req */
461 #define MAX_WPS_IE_LEN (512) macro
132 u8 wps_ie[MAX_WPS_IE_LEN];/* added in assoc req */
783 #define MAX_WPS_IE_LEN (512) macro
1817 if (ielen > MAX_WPA_IE_LEN+MAX_WPS_IE_LEN+MAX_P2P_IE_LEN) { in rtw_cfg80211_set_wpa_ie()1935 padapter->securitypriv.wps_ie_len = wps_ielen<MAX_WPS_IE_LEN?wps_ielen:MAX_WPS_IE_LEN; in rtw_cfg80211_set_wpa_ie()
731 …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()4416 cp_sz = probereq_wpsie_len>MAX_WPS_IE_LEN ? MAX_WPS_IE_LEN:probereq_wpsie_len; in rtw_wx_set_priv()
2928 cp_sz = min(probereq_wpsie_len, MAX_WPS_IE_LEN); in rtw_wx_set_priv()