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.c38 return wpa_drv_wnm_oper(wpa_s, oper, wpa_s->bssid, buf, buf_len); in ieee80211_11_get_tfs_ie()
51 return wpa_drv_wnm_oper(wpa_s, oper, addr, (u8 *) buf, &len); in ieee80211_11_set_tfs_ie()
203 wpa_drv_wnm_oper(wpa_s, WNM_SLEEP_ENTER_CONFIRM, in wnm_sleep_mode_enter_success()
230 wpa_drv_wnm_oper(wpa_s, WNM_SLEEP_EXIT_CONFIRM, wpa_s->bssid, in wnm_sleep_mode_exit_success()
395 wpa_drv_wnm_oper(wpa_s, WNM_SLEEP_ENTER_FAIL, in ieee802_11_rx_wnmsleep_resp()
398 wpa_drv_wnm_oper(wpa_s, WNM_SLEEP_EXIT_FAIL, in ieee802_11_rx_wnmsleep_resp()
Ddriver_i.h647 static inline int wpa_drv_wnm_oper(struct wpa_supplicant *wpa_s, in wpa_drv_wnm_oper() function