Lines Matching defs:hapd
46 void hostapd_notify_assoc_fils_finish(struct hostapd_data *hapd, in hostapd_notify_assoc_fils_finish()
106 int hostapd_notif_assoc(struct hostapd_data *hapd, const u8 *addr, in hostapd_notif_assoc()
655 void hostapd_notif_disassoc(struct hostapd_data *hapd, const u8 *addr) in hostapd_notif_disassoc()
692 void hostapd_event_sta_low_ack(struct hostapd_data *hapd, const u8 *addr) in hostapd_event_sta_low_ack()
707 void hostapd_event_sta_opmode_changed(struct hostapd_data *hapd, const u8 *addr, in hostapd_event_sta_opmode_changed()
774 void hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht, in hostapd_event_ch_switch()
890 void hostapd_event_connect_failed_reason(struct hostapd_data *hapd, in hostapd_event_connect_failed_reason()
907 void hostapd_acs_channel_selected(struct hostapd_data *hapd, in hostapd_acs_channel_selected()
1002 int hostapd_probe_req_rx(struct hostapd_data *hapd, const u8 *sa, const u8 *da, in hostapd_probe_req_rx()
1033 struct hostapd_data *hapd = ctx; in hostapd_notify_auth_ft_finish() local
1050 static void hostapd_notify_auth_fils_finish(struct hostapd_data *hapd, in hostapd_notify_auth_fils_finish()
1075 static void hostapd_notif_auth(struct hostapd_data *hapd, in hostapd_notif_auth()
1131 static void hostapd_action_rx(struct hostapd_data *hapd, in hostapd_action_rx()
1230 static void hostapd_rx_from_unknown_sta(struct hostapd_data *hapd, in hostapd_rx_from_unknown_sta()
1242 static int hostapd_mgmt_rx(struct hostapd_data *hapd, struct rx_mgmt *rx_mgmt) in hostapd_mgmt_rx()
1315 static void hostapd_mgmt_tx_cb(struct hostapd_data *hapd, const u8 *buf, in hostapd_mgmt_tx_cb()
1343 static int hostapd_event_new_sta(struct hostapd_data *hapd, const u8 *addr) in hostapd_event_new_sta()
1365 static void hostapd_event_eapol_rx(struct hostapd_data *hapd, const u8 *src, in hostapd_event_eapol_rx()
1494 static void hostapd_event_iface_unavailable(struct hostapd_data *hapd) in hostapd_event_iface_unavailable()
1508 static void hostapd_event_dfs_radar_detected(struct hostapd_data *hapd, in hostapd_event_dfs_radar_detected()
1518 static void hostapd_event_dfs_pre_cac_expired(struct hostapd_data *hapd, in hostapd_event_dfs_pre_cac_expired()
1528 static void hostapd_event_dfs_cac_finished(struct hostapd_data *hapd, in hostapd_event_dfs_cac_finished()
1538 static void hostapd_event_dfs_cac_aborted(struct hostapd_data *hapd, in hostapd_event_dfs_cac_aborted()
1548 static void hostapd_event_dfs_nop_finished(struct hostapd_data *hapd, in hostapd_event_dfs_nop_finished()
1558 static void hostapd_event_dfs_cac_started(struct hostapd_data *hapd, in hostapd_event_dfs_cac_started()
1570 static void hostapd_event_wds_sta_interface_status(struct hostapd_data *hapd, in hostapd_event_wds_sta_interface_status()
1593 static int hostapd_notif_update_dh_ie(struct hostapd_data *hapd, in hostapd_notif_update_dh_ie()
1662 struct hostapd_data *hapd = ctx; in wpa_supplicant_event() local
1909 struct hostapd_data *hapd; in wpa_supplicant_event_global() local