Lines Matching defs:hapd

70 int hostapd_build_ap_extra_ies(struct hostapd_data *hapd,  in hostapd_build_ap_extra_ies()
229 void hostapd_free_ap_extra_ies(struct hostapd_data *hapd, in hostapd_free_ap_extra_ies()
240 int hostapd_reset_ap_wps_ie(struct hostapd_data *hapd) in hostapd_reset_ap_wps_ie()
249 int hostapd_set_ap_wps_ie(struct hostapd_data *hapd) in hostapd_set_ap_wps_ie()
270 bool hostapd_sta_is_link_sta(struct hostapd_data *hapd, in hostapd_sta_is_link_sta()
283 int hostapd_set_authorized(struct hostapd_data *hapd, in hostapd_set_authorized()
312 int hostapd_set_sta_flags(struct hostapd_data *hapd, struct sta_info *sta) in hostapd_set_sta_flags()
341 int hostapd_set_drv_ieee8021x(struct hostapd_data *hapd, const char *ifname, in hostapd_set_drv_ieee8021x()
368 int hostapd_vlan_if_add(struct hostapd_data *hapd, const char *ifname) in hostapd_vlan_if_add()
377 int hostapd_vlan_if_remove(struct hostapd_data *hapd, const char *ifname) in hostapd_vlan_if_remove()
383 int hostapd_set_wds_sta(struct hostapd_data *hapd, char *ifname_wds, in hostapd_set_wds_sta()
399 int hostapd_add_sta_node(struct hostapd_data *hapd, const u8 *addr, in hostapd_add_sta_node()
408 int hostapd_sta_auth(struct hostapd_data *hapd, const u8 *addr, in hostapd_sta_auth()
452 int hostapd_sta_assoc(struct hostapd_data *hapd, const u8 *addr, in hostapd_sta_assoc()
462 int hostapd_sta_add(struct hostapd_data *hapd, in hostapd_sta_add()
525 int hostapd_add_tspec(struct hostapd_data *hapd, const u8 *addr, in hostapd_add_tspec()
535 int hostapd_set_privacy(struct hostapd_data *hapd, int enabled) in hostapd_set_privacy()
543 int hostapd_set_generic_elem(struct hostapd_data *hapd, const u8 *elem, in hostapd_set_generic_elem()
552 int hostapd_get_ssid(struct hostapd_data *hapd, u8 *buf, size_t len) in hostapd_get_ssid()
560 int hostapd_set_ssid(struct hostapd_data *hapd, const u8 *buf, size_t len) in hostapd_set_ssid()
568 int hostapd_if_add(struct hostapd_data *hapd, enum wpa_driver_if_type type, in hostapd_if_add()
582 int hostapd_if_link_remove(struct hostapd_data *hapd, in hostapd_if_link_remove()
595 int hostapd_if_remove(struct hostapd_data *hapd, enum wpa_driver_if_type type, in hostapd_if_remove()
612 int hostapd_set_ieee8021x(struct hostapd_data *hapd, in hostapd_set_ieee8021x()
621 int hostapd_get_seqnum(const char *ifname, struct hostapd_data *hapd, in hostapd_get_seqnum()
631 int hostapd_flush(struct hostapd_data *hapd) in hostapd_flush()
647 int hostapd_set_freq(struct hostapd_data *hapd, enum hostapd_hw_mode mode, in hostapd_set_freq()
688 int hostapd_set_rts(struct hostapd_data *hapd, int rts) in hostapd_set_rts()
696 int hostapd_set_frag(struct hostapd_data *hapd, int frag) in hostapd_set_frag()
704 int hostapd_sta_set_flags(struct hostapd_data *hapd, u8 *addr, in hostapd_sta_set_flags()
714 int hostapd_sta_set_airtime_weight(struct hostapd_data *hapd, const u8 *addr, in hostapd_sta_set_airtime_weight()
724 int hostapd_set_country(struct hostapd_data *hapd, const char *country) in hostapd_set_country()
733 int hostapd_set_tx_queue_params(struct hostapd_data *hapd, int queue, int aifs, in hostapd_set_tx_queue_params()
753 hostapd_get_hw_feature_data(struct hostapd_data *hapd, u16 *num_modes, in hostapd_get_hw_feature_data()
764 int hostapd_driver_commit(struct hostapd_data *hapd) in hostapd_driver_commit()
772 int hostapd_drv_none(struct hostapd_data *hapd) in hostapd_drv_none()
778 bool hostapd_drv_nl80211(struct hostapd_data *hapd) in hostapd_drv_nl80211()
784 int hostapd_driver_scan(struct hostapd_data *hapd, in hostapd_driver_scan()
800 struct hostapd_data *hapd) in hostapd_driver_get_scan_results()
810 int hostapd_driver_set_noa(struct hostapd_data *hapd, u8 count, int start, in hostapd_driver_set_noa()
820 int hostapd_drv_set_key(const char *ifname, struct hostapd_data *hapd, in hostapd_drv_set_key()
854 int hostapd_drv_send_mlme(struct hostapd_data *hapd, in hostapd_drv_send_mlme()
874 int hostapd_drv_sta_deauth(struct hostapd_data *hapd, in hostapd_drv_sta_deauth()
897 int hostapd_drv_sta_disassoc(struct hostapd_data *hapd, in hostapd_drv_sta_disassoc()
918 int hostapd_drv_wnm_oper(struct hostapd_data *hapd, enum wnm_oper oper, in hostapd_drv_wnm_oper()
968 static int hapd_drv_send_action(struct hostapd_data *hapd, unsigned int freq, in hapd_drv_send_action()
1024 int hostapd_drv_send_action(struct hostapd_data *hapd, unsigned int freq, in hostapd_drv_send_action()
1033 int hostapd_drv_send_action_addr3_ap(struct hostapd_data *hapd, in hostapd_drv_send_action_addr3_ap()
1043 int hostapd_drv_send_action_forced_addr3(struct hostapd_data *hapd, in hostapd_drv_send_action_forced_addr3()
1062 struct hostapd_data *hapd = iface->bss[0]; in hostapd_start_dfs_cac() local
1110 int hostapd_drv_set_qos_map(struct hostapd_data *hapd, in hostapd_drv_set_qos_map()
1121 void hostapd_get_hw_mode_any_channels(struct hostapd_data *hapd, in hostapd_get_hw_mode_any_channels()
1167 struct hostapd_data *hapd = iface->bss[0]; in hostapd_get_ext_capa() local
1181 struct hostapd_data *hapd = iface->bss[0]; in hostapd_get_mld_capa() local
1197 int hostapd_drv_do_acs(struct hostapd_data *hapd) in hostapd_drv_do_acs()
1286 int hostapd_drv_update_dh_ie(struct hostapd_data *hapd, const u8 *peer, in hostapd_drv_update_dh_ie()
1296 int hostapd_drv_dpp_listen(struct hostapd_data *hapd, bool enable) in hostapd_drv_dpp_listen()
1305 int hostapd_drv_set_secure_ranging_ctx(struct hostapd_data *hapd, in hostapd_drv_set_secure_ranging_ctx()
1332 hostapd_get_multi_hw_info(struct hostapd_data *hapd, in hostapd_get_multi_hw_info()
1342 int hostapd_drv_add_pmkid(struct hostapd_data *hapd, in hostapd_drv_add_pmkid()
1351 int hostapd_add_pmkid(struct hostapd_data *hapd, const u8 *bssid, const u8 *pmk, in hostapd_add_pmkid()