Home
last modified time | relevance | path

Searched refs:hostapd_drv_send_mlme (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwnm_ap.c468 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0) < 0) { in wnm_send_disassoc_imminent()
541 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0) < 0) { in wnm_send_ess_disassoc_imminent()
617 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0) < 0) { in wnm_send_bss_tm_req()
Dieee802_11_shared.c71 if (hostapd_drv_send_mlme(hapd, &mgmt, end - (u8 *) &mgmt, 0) < 0) in ieee802_11_send_sa_query_req()
109 if (hostapd_drv_send_mlme(hapd, &resp, end - (u8 *) &resp, 0) < 0) in ieee802_11_send_sa_query_resp()
Dwmm.c153 if (hostapd_drv_send_mlme(hapd, m, len, 0) < 0) in wmm_send_action()
Dap_drv_ops.h89 int hostapd_drv_send_mlme(struct hostapd_data *hapd,
Dieee802_11.c288 if (hostapd_drv_send_mlme(hapd, reply, rlen, 0) < 0) in send_auth_reply()
1766 if (hostapd_drv_send_mlme(hapd, &reply, send_len, 0) < 0) in send_deauth()
1952 if (hostapd_drv_send_mlme(hapd, reply, send_len, 0) < 0) { in send_assoc_resp()
2497 if (hostapd_drv_send_mlme(hapd, resp, len, 0) < 0) { in handle_action()
Dwpa_auth_glue.c532 res = hostapd_drv_send_mlme(hapd, (u8 *) m, mlen, 0); in hostapd_wpa_auth_send_ft_action()
Dap_drv_ops.c620 int hostapd_drv_send_mlme(struct hostapd_data *hapd, in hostapd_drv_send_mlme() function
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1528 res = hostapd_drv_send_mlme(hapd, buf, len, 0); in hostapd_ctrl_iface_mgmt_tx()