Searched refs:hostapd_drv_send_mlme (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/wpa/src/ap/ |
| D | wnm_ap.c | 701 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0, NULL, 0, 0) < 0) { in wnm_send_disassoc_imminent() 774 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0, NULL, 0, 0) < 0) { in wnm_send_ess_disassoc_imminent() 852 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0, NULL, 0, 0) < 0) { in wnm_send_bss_tm_req() 896 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0, NULL, 0, 0) < 0) { in wnm_send_coloc_intf_req()
|
| D | ctrl_iface_ap.c | 504 ret = hostapd_drv_send_mlme(hapd, mgmt, pos - (u8 *) mgmt, 0, NULL, 0, in p2p_manager_disconnect() 545 if (hostapd_drv_send_mlme(hapd, (u8 *) &mgmt, in hostapd_ctrl_iface_deauthenticate() 607 if (hostapd_drv_send_mlme(hapd, (u8 *) &mgmt, in hostapd_ctrl_iface_disassociate()
|
| D | wmm.c | 214 if (hostapd_drv_send_mlme(hapd, m, len, 0, NULL, 0, 0) < 0) in wmm_send_action()
|
| D | ieee802_11_shared.c | 126 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()
|
| D | ap_drv_ops.h | 97 int hostapd_drv_send_mlme(struct hostapd_data *hapd,
|
| D | ieee802_11.c | 420 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() 2936 ret = hostapd_drv_send_mlme(hapd, wpabuf_head(buf), wpabuf_len(buf), 0, in handle_auth_pasn_comeback() 3080 ret = hostapd_drv_send_mlme(hapd, wpabuf_head(buf), wpabuf_len(buf), 0, in handle_auth_pasn_resp() 4915 if (hostapd_drv_send_mlme(hapd, &reply, send_len, 0, NULL, 0, 0) < 0) in send_deauth() 5321 if (hostapd_drv_send_mlme(hapd, reply, send_len, 0, NULL, 0, 0) < 0) { in send_assoc_resp() 6156 if (hostapd_drv_send_mlme(hapd, resp, len, 0, NULL, 0, 0) < 0) { in handle_action()
|
| D | ap_drv_ops.c | 717 int hostapd_drv_send_mlme(struct hostapd_data *hapd, in hostapd_drv_send_mlme() function
|
| D | wpa_auth_glue.c | 1034 res = hostapd_drv_send_mlme(hapd, (u8 *) m, mlen, 0, NULL, 0, 0); in hostapd_wpa_auth_send_ft_action()
|
| D | beacon.c | 1103 ret = hostapd_drv_send_mlme(hapd, resp, resp_len, noack, in handle_probe_req()
|
| /freebsd-12-stable/contrib/wpa/hostapd/ |
| D | ctrl_iface.c | 1780 res = hostapd_drv_send_mlme(hapd, buf, len, 0, NULL, 0, 0); in hostapd_ctrl_iface_mgmt_tx()
|