Home
last modified time | relevance | path

Searched refs:WLAN_STA_WNM_SLEEP_MODE (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dsta_info.h37 #define WLAN_STA_WNM_SLEEP_MODE BIT(19) macro
Dwnm_ap.c221 sta->flags |= WLAN_STA_WNM_SLEEP_MODE; in ieee802_11_send_wnmsleep_resp()
235 sta->flags &= ~WLAN_STA_WNM_SLEEP_MODE; in ieee802_11_send_wnmsleep_resp()
Ddrv_callbacks.c81 sta->flags &= ~WLAN_STA_WNM_SLEEP_MODE; in hostapd_notify_assoc_fils_finish()
703 sta->flags &= ~WLAN_STA_WNM_SLEEP_MODE; in hostapd_notif_assoc()
1005 !(sta->flags & WLAN_STA_WNM_SLEEP_MODE)) { in hostapd_event_ch_switch()
Dsta_info.c1486 (flags & WLAN_STA_WNM_SLEEP_MODE ? in ap_sta_flags_txt()
Dieee802_11.c6334 sta->flags &= ~WLAN_STA_WNM_SLEEP_MODE; in handle_assoc_cb()