Home
last modified time | relevance | path

Searched refs:hostapd_drv_send_mlme (Results 1 – 9 of 9) 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()
Dwnm_ap.c429 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0) < 0) { in wnm_send_disassoc_imminent()
474 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0) < 0) { in wnm_send_ess_disassoc_imminent()
Dwmm.c153 if (hostapd_drv_send_mlme(hapd, m, len, 0) < 0) in wmm_send_action()
Dap_drv_ops.h88 int hostapd_drv_send_mlme(struct hostapd_data *hapd,
Dieee802_11.c292 if (hostapd_drv_send_mlme(hapd, reply, rlen, 0) < 0) in send_auth_reply()
1155 if (hostapd_drv_send_mlme(hapd, &reply, send_len, 0) < 0) in send_deauth()
1268 if (hostapd_drv_send_mlme(hapd, reply, send_len, 0) < 0) in send_assoc_resp()
1707 if (hostapd_drv_send_mlme(hapd, resp, len, 0) < 0) { in handle_action()
Dwpa_auth_glue.c471 res = hostapd_drv_send_mlme(hapd, (u8 *) m, mlen, 0); in hostapd_wpa_auth_send_ft_action()
Dap_drv_ops.c699 int hostapd_drv_send_mlme(struct hostapd_data *hapd, in hostapd_drv_send_mlme() function
Dbeacon.c673 if (hostapd_drv_send_mlme(hapd, resp, resp_len, noack) < 0) in handle_probe_req()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1247 res = hostapd_drv_send_mlme(hapd, buf, len, 0); in hostapd_ctrl_iface_mgmt_tx()