Searched refs:WLAN_STA_MAYBE_WPS (Results 1 – 4 of 4) sorted by relevance
61 #define WLAN_STA_MAYBE_WPS BIT(13) macro
62 #define WLAN_STA_MAYBE_WPS BIT(13) macro
3078 pstat->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS); in OnAssocReq()3092 pstat->flags |= WLAN_STA_MAYBE_WPS; in OnAssocReq()3097 if ((psecuritypriv->wpa_psk > 0) && (pstat->flags & (WLAN_STA_WPS|WLAN_STA_MAYBE_WPS))) { in OnAssocReq()
1371 pstat->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS); in OnAssocReq()1385 pstat->flags |= WLAN_STA_MAYBE_WPS; in OnAssocReq()1392 && (pstat->flags & (WLAN_STA_WPS|WLAN_STA_MAYBE_WPS))) { in OnAssocReq()