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/
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.c159 if (hostapd_drv_send_mlme(hapd, m, len, 0) < 0) in wmm_send_action()
Dap_drv_ops.h87 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()
1108 if (hostapd_drv_send_mlme(hapd, &reply, send_len, 0) < 0) in send_deauth()
1220 if (hostapd_drv_send_mlme(hapd, reply, send_len, 0) < 0) in send_assoc_resp()
1680 if (hostapd_drv_send_mlme(hapd, resp, len, 0) < 0) { in handle_action()
Dwpa_auth_glue.c452 res = hostapd_drv_send_mlme(hapd, (u8 *) m, mlen, 0); in hostapd_wpa_auth_send_ft_action()
Dap_drv_ops.c653 int hostapd_drv_send_mlme(struct hostapd_data *hapd, in hostapd_drv_send_mlme() function
Dbeacon.c524 if (hostapd_drv_send_mlme(hapd, resp, resp_len, noack) < 0) in handle_probe_req()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c596 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0) < 0) { in hostapd_ctrl_iface_disassoc_imminent()
658 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0) < 0) { in hostapd_ctrl_iface_ess_disassoc()