Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/ap/
HDwnm_ap.c439 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0) < 0) { in wnm_send_disassoc_imminent()
512 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0) < 0) { in wnm_send_ess_disassoc_imminent()
582 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0) < 0) { in wnm_send_bss_tm_req()
HDieee802_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()
HDwmm.c153 if (hostapd_drv_send_mlme(hapd, m, len, 0) < 0) in wmm_send_action()
HDap_drv_ops.h89 int hostapd_drv_send_mlme(struct hostapd_data *hapd,
HDieee802_11.c285 if (hostapd_drv_send_mlme(hapd, reply, rlen, 0) < 0) in send_auth_reply()
1640 if (hostapd_drv_send_mlme(hapd, &reply, send_len, 0) < 0) in send_deauth()
1768 if (hostapd_drv_send_mlme(hapd, reply, send_len, 0) < 0) in send_assoc_resp()
2263 if (hostapd_drv_send_mlme(hapd, resp, len, 0) < 0) { in handle_action()
HDwpa_auth_glue.c522 res = hostapd_drv_send_mlme(hapd, (u8 *) m, mlen, 0); in hostapd_wpa_auth_send_ft_action()
HDap_drv_ops.c647 int hostapd_drv_send_mlme(struct hostapd_data *hapd, in hostapd_drv_send_mlme() function
HDbeacon.c850 if (hostapd_drv_send_mlme(hapd, resp, resp_len, noack) < 0) in handle_probe_req()
/NextBSD/contrib/wpa/hostapd/
HDctrl_iface.c1497 res = hostapd_drv_send_mlme(hapd, buf, len, 0); in hostapd_ctrl_iface_mgmt_tx()