Home
last modified time | relevance | path

Searched refs:wpa_drv_send_mlme (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/
Dwpa_supplicant_i.h715 static inline int wpa_drv_send_mlme(struct wpa_supplicant *wpa_s, in wpa_drv_send_mlme() function
Dmlme.c228 return wpa_drv_send_mlme(wpa_s, buf, len); in ieee80211_sta_tx()
/external/wpa_supplicant_8/wpa_supplicant/
Ddriver_i.h258 static inline int wpa_drv_send_mlme(struct wpa_supplicant *wpa_s, in wpa_drv_send_mlme() function
Dp2p_supplicant.c1267 return wpa_drv_send_mlme(wpa_s, wpabuf_head(buf), wpabuf_len(buf), 1); in wpas_send_probe_resp()