HomeSort by: relevance | last modified time | path
    Searched refs:WLAN_STA_WPS2 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
sta_info.h 36 #define WLAN_STA_WPS2 BIT(16)
drv_callbacks.c 398 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2);
499 sta->flags |= WLAN_STA_WPS2;
652 sta->flags |= WLAN_STA_WPS2;
2332 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2);
ieee802_1x.c 1218 WLAN_STA_WPS2 |
1381 !(sta->flags & WLAN_STA_WPS2)) {
sta_info.c 1736 (flags & WLAN_STA_WPS2 ? "[WPS2]" : ""),
ieee802_11.c 4061 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2);
4071 sta->flags |= WLAN_STA_WPS2;

Completed in 47 milliseconds