Home
last modified time | relevance | path

Searched refs:wpa_drv_wnm_oper (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dwnm_sta.c34 return wpa_drv_wnm_oper(wpa_s, oper, wpa_s->bssid, buf, buf_len); in ieee80211_11_get_tfs_ie()
45 return wpa_drv_wnm_oper(wpa_s, oper, addr, buf, buf_len); in ieee80211_11_set_tfs_ie()
153 wpa_drv_wnm_oper(wpa_s, WNM_SLEEP_ENTER_CONFIRM, in wnm_sleep_mode_enter_success()
180 wpa_drv_wnm_oper(wpa_s, WNM_SLEEP_EXIT_CONFIRM, wpa_s->bssid, in wnm_sleep_mode_exit_success()
301 wpa_drv_wnm_oper(wpa_s, WNM_SLEEP_ENTER_FAIL, in ieee802_11_rx_wnmsleep_resp()
304 wpa_drv_wnm_oper(wpa_s, WNM_SLEEP_EXIT_FAIL, in ieee802_11_rx_wnmsleep_resp()
Ddriver_i.h632 static inline int wpa_drv_wnm_oper(struct wpa_supplicant *wpa_s, in wpa_drv_wnm_oper() function