Searched refs:hostapd_drv_send_action (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | hs20.c | 143 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr, in hs20_send_wnm_notification() 178 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr, in hs20_send_wnm_notification_deauth_req() 224 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr, in hs20_send_wnm_notification_t_c()
|
D | dpp_hostapd.c | 60 hostapd_drv_send_action(hapd, auth->curr_freq, 0, in hostapd_dpp_qr_code() 168 hostapd_drv_send_action(hapd, auth->curr_freq, 500, auth->peer_mac_addr, in hostapd_dpp_auth_resp_retry_timeout() 482 return hostapd_drv_send_action(hapd, freq, wait_time, in hostapd_dpp_auth_init_next() 703 hostapd_drv_send_action(hapd, hapd->dpp_auth->curr_freq, 0, in hostapd_dpp_rx_auth_req() 880 hostapd_drv_send_action(hapd, auth->curr_freq, 0, in hostapd_dpp_gas_resp_cb() 995 hostapd_drv_send_action(hapd, auth->curr_freq, 0, src, in hostapd_dpp_rx_auth_resp() 1303 if (hostapd_drv_send_action(hapd, freq, wait_time, src, in hostapd_dpp_rx_reconfig_announcement() 1345 if (hostapd_drv_send_action(hapd, freq, 500, src, in hostapd_dpp_rx_reconfig_auth_resp() 1457 hostapd_drv_send_action(hapd, freq, 0, src, in hostapd_dpp_send_peer_disc_resp() 1596 hostapd_drv_send_action(hapd, freq, 0, src, in hostapd_dpp_rx_pkex_exchange_req() [all …]
|
D | rrm.c | 272 hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr, in hostapd_send_nei_report_resp() 425 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr, in hostapd_send_lci_req() 544 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr, in hostapd_send_range_req() 655 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr, in hostapd_send_beacon_req()
|
D | gas_serv.c | 1513 hostapd_drv_send_action(hapd, hapd->iface->freq, 0, sa, in gas_serv_req_local_processing() 1582 hostapd_drv_send_action(hapd, hapd->iface->freq, 0, sa, in gas_serv_req_dpp_processing() 1658 hostapd_drv_send_action(hapd, hapd->iface->freq, 0, sa, in gas_serv_rx_gas_initial_req() 1827 hostapd_drv_send_action(hapd, hapd->iface->freq, 0, sa, in gas_serv_rx_gas_comeback_req()
|
D | wnm_ap.c | 196 res = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, in ieee802_11_send_wnmsleep_resp() 386 res = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, in ieee802_11_send_bss_trans_mgmt_request()
|
D | ap_drv_ops.h | 105 int hostapd_drv_send_action(struct hostapd_data *hapd, unsigned int freq,
|
D | gas_query_ap.c | 273 res = hostapd_drv_send_action(gas->hapd, query->freq, wait_time, in gas_query_tx()
|
D | ap_drv_ops.c | 759 int hostapd_drv_send_action(struct hostapd_data *hapd, unsigned int freq, in hostapd_drv_send_action() function
|
D | hostapd.c | 1760 return hostapd_drv_send_action(hapd, hapd->iface->freq, 0, da, in fst_hostapd_send_action_cb()
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 761 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr, in hostapd_ctrl_iface_send_qos_map_conf()
|