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
3072 pstat->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS); in OnAssocReq()3086 pstat->flags |= WLAN_STA_MAYBE_WPS; in OnAssocReq()3091 if ((psecuritypriv->wpa_psk > 0) && (pstat->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) { in OnAssocReq()
1369 pstat->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS); in OnAssocReq()1383 pstat->flags |= WLAN_STA_MAYBE_WPS; in OnAssocReq()1390 && (pstat->flags & (WLAN_STA_WPS|WLAN_STA_MAYBE_WPS))) { in OnAssocReq()