Home
last modified time | relevance | path

Searched refs:hostapd_drv_send_mlme (Results 1 - 18 of 18) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwnm_ap.c706 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0, NULL, 0, 0) < 0) { in wnm_send_disassoc_imminent()
779 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0, NULL, 0, 0) < 0) { in wnm_send_ess_disassoc_imminent()
857 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0, NULL, 0, 0) < 0) { in wnm_send_bss_tm_req()
901 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0, NULL, 0, 0) < 0) { in wnm_send_coloc_intf_req()
H A Dctrl_iface_ap.c508 ret = hostapd_drv_send_mlme(hapd, mgmt, pos - (u8 *) mgmt, 0, NULL, 0, in p2p_manager_disconnect()
549 if (hostapd_drv_send_mlme(hapd, (u8 *) &mgmt, in hostapd_ctrl_iface_deauthenticate()
611 if (hostapd_drv_send_mlme(hapd, (u8 *) &mgmt, in hostapd_ctrl_iface_disassociate()
H A Dieee802_11_shared.c126 if (hostapd_drv_send_mlme(hapd, mgmt, end - (u8 *) mgmt, 0, NULL, 0, 0) in ieee802_11_send_sa_query_req()
218 if (hostapd_drv_send_mlme(hapd, resp, end - (u8 *) resp, 0, NULL, 0, 0) in ieee802_11_send_sa_query_resp()
H A Dwmm.c214 if (hostapd_drv_send_mlme(hapd, m, len, 0, NULL, 0, 0) < 0) in wmm_send_action()
H A Dap_drv_ops.h98 int hostapd_drv_send_mlme(struct hostapd_data *hapd,
H A Dieee802_11.c420 if (hostapd_drv_send_mlme(hapd, in send_auth_reply()
432 if (hostapd_drv_send_mlme(hapd, reply, rlen, 0, NULL, 0, 0) < 0) in send_auth_reply()
2958 ret = hostapd_drv_send_mlme(hapd, wpabuf_head(buf), wpabuf_len(buf), 0, in handle_auth_pasn_comeback()
3102 ret = hostapd_drv_send_mlme(hapd, wpabuf_head(buf), wpabuf_len(buf), 0, in handle_auth_pasn_resp()
4939 if (hostapd_drv_send_mlme(hapd, &reply, send_len, 0, NULL, 0, 0) < 0) in send_deauth()
5345 if (hostapd_drv_send_mlme(hapd, reply, send_len, 0, NULL, 0, 0) < 0) { in send_assoc_resp()
6183 if (hostapd_drv_send_mlme(hapd, resp, len, 0, NULL, 0, 0) < 0) { in handle_action()
H A Dap_drv_ops.c720 int hostapd_drv_send_mlme(struct hostapd_data *hapd, in hostapd_drv_send_mlme() function
H A Dbeacon.c1103 ret = hostapd_drv_send_mlme(hapd, resp, resp_len, noack, in handle_probe_req()
H A Dwpa_auth_glue.c1051 res = hostapd_drv_send_mlme(hapd, (u8 *) m, mlen, 0, NULL, 0, 0); in hostapd_wpa_auth_send_ft_action()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwnm_ap.c646 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0) < 0) { in wnm_send_disassoc_imminent()
719 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0) < 0) { in wnm_send_ess_disassoc_imminent()
795 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0) < 0) { in wnm_send_bss_tm_req()
839 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0) < 0) { in wnm_send_coloc_intf_req()
H A Dieee802_11_shared.c117 if (hostapd_drv_send_mlme(hapd, mgmt, end - (u8 *) mgmt, 0) < 0) in ieee802_11_send_sa_query_req()
198 if (hostapd_drv_send_mlme(hapd, resp, end - (u8 *) resp, 0) < 0) in ieee802_11_send_sa_query_resp()
H A Dap_drv_ops.h94 int hostapd_drv_send_mlme(struct hostapd_data *hapd,
H A Dwmm.c212 if (hostapd_drv_send_mlme(hapd, m, len, 0) < 0) in wmm_send_action()
H A Dieee802_11.c332 if (hostapd_drv_send_mlme(hapd, reply, rlen, 0) < 0) in send_auth_reply()
3351 if (hostapd_drv_send_mlme(hapd, &reply, send_len, 0) < 0) in send_deauth()
3736 if (hostapd_drv_send_mlme(hapd, reply, send_len, 0) < 0) { in send_assoc_resp()
4584 if (hostapd_drv_send_mlme(hapd, resp, len, 0) < 0) { in handle_action()
H A Dap_drv_ops.c690 int hostapd_drv_send_mlme(struct hostapd_data *hapd, in hostapd_drv_send_mlme() function
H A Dwpa_auth_glue.c888 res = hostapd_drv_send_mlme(hapd, (u8 *) m, mlen, 0); in hostapd_wpa_auth_send_ft_action()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_ctrl_iface.c1631 res = hostapd_drv_send_mlme(hapd, buf, len, 0); in hostapd_ctrl_iface_mgmt_tx()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_ctrl_iface.c1779 res = hostapd_drv_send_mlme(hapd, buf, len, 0, NULL, 0, 0); in hostapd_ctrl_iface_mgmt_tx()

Completed in 39 milliseconds