/freebsd/contrib/wpa/src/ap/ |
H A D | hs20.c | 145 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr, in hs20_send_wnm_notification() 180 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr, in hs20_send_wnm_notification_deauth_req() 226 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr, in hs20_send_wnm_notification_t_c()
|
H A D | rrm.c | 272 hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr, in hostapd_send_nei_report_resp() 475 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr, in hostapd_send_lci_req() 594 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr, in hostapd_send_range_req() 706 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr, in hostapd_send_beacon_req() 782 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr, in hostapd_send_link_measurement_req()
|
H A D | dpp_hostapd.c | 73 hostapd_drv_send_action(hapd, auth->curr_freq, 0, in hostapd_dpp_qr_code() 185 hostapd_drv_send_action(hapd, auth->curr_freq, 500, auth->peer_mac_addr, in hostapd_dpp_auth_resp_retry_timeout() 412 hostapd_drv_send_action(hapd, pkex->freq, 0, broadcast, in hostapd_dpp_pkex_init() 456 hostapd_drv_send_action(hapd, pkex->freq, pkex->exch_req_wait_time, in hostapd_dpp_pkex_retry_timeout() 809 return hostapd_drv_send_action(hapd, freq, wait_time, in hostapd_dpp_auth_init_next() 1133 hostapd_drv_send_action(hapd, hapd->dpp_auth->curr_freq, 0, in hostapd_dpp_rx_auth_req() 1336 hostapd_drv_send_action(hapd, auth->curr_freq, 0, in hostapd_dpp_gas_resp_cb() 1452 hostapd_drv_send_action(hapd, auth->curr_freq, 0, src, in hostapd_dpp_rx_auth_resp() 1842 if (hostapd_drv_send_action(hapd, freq, wait_time, src, in hostapd_dpp_rx_reconfig_announcement() 1884 if (hostapd_drv_send_action(hapd, freq, 500, src, in hostapd_dpp_rx_reconfig_auth_resp() [all …]
|
H A D | nan_usd_ap.c | 32 return hostapd_drv_send_action(hapd, hapd->iface->freq, 0, dst, in hostapd_nan_de_tx()
|
H A D | gas_serv.c | 1513 hostapd_drv_send_action(hapd, hapd->iface->freq, 0, sa, in gas_serv_req_local_processing() 1585 hostapd_drv_send_action(hapd, freq ? freq : hapd->iface->freq, 0, sa, in gas_serv_req_dpp_processing() 1661 hostapd_drv_send_action(hapd, hapd->iface->freq, 0, sa, in gas_serv_rx_gas_initial_req() 1832 hostapd_drv_send_action(hapd, hapd->iface->freq, 0, sa, in gas_serv_rx_gas_comeback_req()
|
H A D | wnm_ap.c | 225 res = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, in ieee802_11_send_wnmsleep_resp() 422 res = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, in ieee802_11_send_bss_trans_mgmt_request()
|
H A D | ap_drv_ops.h | 112 int hostapd_drv_send_action(struct hostapd_data *hapd, unsigned int freq,
|
H A D | gas_query_ap.c | 275 res = hostapd_drv_send_action(gas->hapd, query->freq, wait_time, in gas_query_tx()
|
H A D | ap_drv_ops.c | 967 int hostapd_drv_send_action(struct hostapd_data *hapd, unsigned int freq, in hostapd_drv_send_action() function
|
H A D | hostapd.c | 2280 return hostapd_drv_send_action(hapd, hapd->iface->freq, 0, da, in fst_hostapd_send_action_cb()
|
/freebsd/contrib/wpa/hostapd/ |
H A D | ctrl_iface.c | 766 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr, in hostapd_ctrl_iface_send_qos_map_conf() 2909 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr, in hostapd_ctrl_iface_notify_cw_htaction() 2930 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr, in hostapd_ctrl_iface_notify_cw_vhtaction()
|