• Home
  • Raw
  • Download

Lines Matching defs:hapd

37 int hostapd_notif_assoc(struct hostapd_data *hapd, const u8 *addr,  in hostapd_notif_assoc()
386 void hostapd_notif_disassoc(struct hostapd_data *hapd, const u8 *addr) in hostapd_notif_disassoc()
422 void hostapd_event_sta_low_ack(struct hostapd_data *hapd, const u8 *addr) in hostapd_event_sta_low_ack()
438 void hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht, in hostapd_event_ch_switch()
509 void hostapd_event_connect_failed_reason(struct hostapd_data *hapd, in hostapd_event_connect_failed_reason()
525 int hostapd_probe_req_rx(struct hostapd_data *hapd, const u8 *sa, const u8 *da, in hostapd_probe_req_rx()
556 struct hostapd_data *hapd = ctx; in hostapd_notify_auth_ft_finish() local
572 static void hostapd_notif_auth(struct hostapd_data *hapd, in hostapd_notif_auth()
615 static void hostapd_action_rx(struct hostapd_data *hapd, in hostapd_action_rx()
687 static void hostapd_rx_from_unknown_sta(struct hostapd_data *hapd, in hostapd_rx_from_unknown_sta()
699 static int hostapd_mgmt_rx(struct hostapd_data *hapd, struct rx_mgmt *rx_mgmt) in hostapd_mgmt_rx()
770 static void hostapd_mgmt_tx_cb(struct hostapd_data *hapd, const u8 *buf, in hostapd_mgmt_tx_cb()
784 static int hostapd_event_new_sta(struct hostapd_data *hapd, const u8 *addr) in hostapd_event_new_sta()
805 static void hostapd_event_eapol_rx(struct hostapd_data *hapd, const u8 *src, in hostapd_event_eapol_rx()
861 static void hostapd_event_get_survey(struct hostapd_data *hapd, in hostapd_event_get_survey()
893 static void hostapd_event_iface_unavailable(struct hostapd_data *hapd) in hostapd_event_iface_unavailable()
907 static void hostapd_event_dfs_radar_detected(struct hostapd_data *hapd, in hostapd_event_dfs_radar_detected()
917 static void hostapd_event_dfs_cac_finished(struct hostapd_data *hapd, in hostapd_event_dfs_cac_finished()
927 static void hostapd_event_dfs_cac_aborted(struct hostapd_data *hapd, in hostapd_event_dfs_cac_aborted()
937 static void hostapd_event_dfs_nop_finished(struct hostapd_data *hapd, in hostapd_event_dfs_nop_finished()
952 struct hostapd_data *hapd = ctx; in wpa_supplicant_event() local