Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwnm_ap.c870 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0, NULL, 0, 0) < 0) { in wnm_send_disassoc_imminent()
944 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0, NULL, 0, 0) < 0) { in wnm_send_ess_disassoc_imminent()
1023 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0, NULL, 0, 0) < 0) { in wnm_send_bss_tm_req()
1088 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0, NULL, 0, 0) < 0) { in wnm_send_coloc_intf_req()
H A Dwmm.c207 if (hostapd_drv_send_mlme(hapd, m, len, 0, NULL, 0, 0) < 0) in wmm_send_action()
H A Dctrl_iface_ap.c607 ret = hostapd_drv_send_mlme(hapd, mgmt, pos - (u8 *) mgmt, 0, NULL, 0, in p2p_manager_disconnect()
648 if (hostapd_drv_send_mlme(hapd, (u8 *) &mgmt, in hostapd_ctrl_iface_deauthenticate()
710 if (hostapd_drv_send_mlme(hapd, (u8 *) &mgmt, in hostapd_ctrl_iface_disassociate()
H A Dieee802_11_shared.c143 if (hostapd_drv_send_mlme(hapd, mgmt, end - (u8 *) mgmt, 0, NULL, 0, 0) in ieee802_11_send_sa_query_req()
241 if (hostapd_drv_send_mlme(hapd, resp, end - (u8 *) resp, 0, NULL, 0, 0) in ieee802_11_send_sa_query_resp()
H A Dap_drv_ops.h104 int hostapd_drv_send_mlme(struct hostapd_data *hapd,
H A Dieee802_11.c480 if (hostapd_drv_send_mlme(hapd, in send_auth_reply()
492 if (hostapd_drv_send_mlme(hapd, reply, rlen, 0, NULL, 0, 0) < 0) in send_auth_reply()
2634 return hostapd_drv_send_mlme(hapd, data, data_len, 0, NULL, 0, 0); in hapd_pasn_send_mlme()
4712 if (hostapd_drv_send_mlme(hapd, &reply, send_len, 0, NULL, 0, 0) < 0) in send_deauth()
5160 if (hostapd_drv_send_mlme(hapd, reply, send_len, 0, NULL, 0, 0) < 0) { in send_assoc_resp()
6178 if (hostapd_drv_send_mlme(hapd, resp, len, 0, NULL, 0, 0) < 0) { in handle_action()
H A Dap_drv_ops.c845 int hostapd_drv_send_mlme(struct hostapd_data *hapd, in hostapd_drv_send_mlme() function
H A Dwpa_auth_glue.c1081 res = hostapd_drv_send_mlme(hapd, (u8 *) m, mlen, 0, NULL, 0, 0); in hostapd_wpa_auth_send_ft_action()
H A Dbeacon.c1633 ret = hostapd_drv_send_mlme(hapd, params.resp, params.resp_len, noack, in handle_probe_req()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c1633 res = hostapd_drv_send_mlme(hapd, buf, len, 0, NULL, 0, 0); in hostapd_ctrl_iface_mgmt_tx()