Searched refs:WLAN_STA_MAYBE_WPS (Results 1 – 4 of 4) sorted by relevance
33 #define WLAN_STA_MAYBE_WPS BIT(13) macro
62 #define WLAN_STA_MAYBE_WPS BIT(13) macro
1124 pstat->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS); in OnAssocReq()1132 pstat->flags |= WLAN_STA_MAYBE_WPS; in OnAssocReq()1139 && (pstat->flags & (WLAN_STA_WPS|WLAN_STA_MAYBE_WPS))) { in OnAssocReq()
1152 pstat->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS); in OnAssocReq()1160 pstat->flags |= WLAN_STA_MAYBE_WPS; in OnAssocReq()1164 if ((psecuritypriv->wpa_psk > 0) && (pstat->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) { in OnAssocReq()