HomeSort by relevance Sort by last modified time
    Searched refs:WLAN_STA_WPS (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/src/ap/
sta_info.h 30 #define WLAN_STA_WPS BIT(12)
ieee802_1x.c 965 !(sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) {
985 u32 wflags = sta->flags & (WLAN_STA_WPS |
989 wflags == (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) {
1093 (sta->flags & WLAN_STA_WPS))) {
    [all...]
drv_callbacks.c 117 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2);
201 sta->flags |= WLAN_STA_WPS;
322 sta->flags |= WLAN_STA_WPS;
    [all...]
sta_info.c 804 if (sta && (sta->flags & WLAN_STA_WPS)) {
    [all...]
wps_hostapd.c     [all...]
ieee802_11.c     [all...]
hostapd.c     [all...]

Completed in 248 milliseconds