Searched refs:hostapd_event_wrapper (Results 1 – 1 of 1) sorted by relevance
/hostap-latest/src/drivers/ |
D | driver_zephyr.c | 40 void hostapd_event_wrapper(void *ctx, enum wpa_event_type event, union wpa_event_data *data) in hostapd_event_wrapper() function 389 hostapd_event_wrapper(if_ctx->hapd, EVENT_CHANNEL_LIST_CHANGED, event); in wpa_drv_zep_event_chan_list_changed() 624 hostapd_event_wrapper(if_ctx->hapd, EVENT_TX_STATUS, &event); in wpa_drv_zep_event_mgmt_tx_status() 968 hostapd_event_wrapper(if_ctx->hapd, EVENT_RX_MGMT, &event); in wpa_drv_zep_event_mgmt_rx() 978 hostapd_event_wrapper(if_ctx->hapd, EVENT_CH_SWITCH, event); in wpa_drv_zep_event_ecsa_complete() 988 hostapd_event_wrapper(if_ctx->hapd, EVENT_DFS_CAC_STARTED, event); in wpa_drv_zep_event_dfs_cac_started() 996 hostapd_event_wrapper(if_ctx->hapd, EVENT_DFS_CAC_FINISHED, event); in wpa_drv_zep_event_dfs_cac_finished() 1292 hostapd_event_wrapper(if_ctx->hapd, EVENT_ACS_CHANNEL_SELECTED, event); in wpa_drv_zep_event_acs_channel_selected()
|