Lines Matching defs:hapd
68 int hostapd_build_ap_extra_ies(struct hostapd_data *hapd, in hostapd_build_ap_extra_ies()
230 void hostapd_free_ap_extra_ies(struct hostapd_data *hapd, in hostapd_free_ap_extra_ies()
241 int hostapd_reset_ap_wps_ie(struct hostapd_data *hapd) in hostapd_reset_ap_wps_ie()
250 int hostapd_set_ap_wps_ie(struct hostapd_data *hapd) in hostapd_set_ap_wps_ie()
271 bool hostapd_sta_is_link_sta(struct hostapd_data *hapd, in hostapd_sta_is_link_sta()
284 int hostapd_set_authorized(struct hostapd_data *hapd, in hostapd_set_authorized()
313 int hostapd_set_sta_flags(struct hostapd_data *hapd, struct sta_info *sta) in hostapd_set_sta_flags()
342 int hostapd_set_drv_ieee8021x(struct hostapd_data *hapd, const char *ifname, in hostapd_set_drv_ieee8021x()
369 int hostapd_vlan_if_add(struct hostapd_data *hapd, const char *ifname) in hostapd_vlan_if_add()
378 int hostapd_vlan_if_remove(struct hostapd_data *hapd, const char *ifname) in hostapd_vlan_if_remove()
384 int hostapd_set_wds_sta(struct hostapd_data *hapd, char *ifname_wds, in hostapd_set_wds_sta()
400 int hostapd_add_sta_node(struct hostapd_data *hapd, const u8 *addr, in hostapd_add_sta_node()
409 int hostapd_sta_auth(struct hostapd_data *hapd, const u8 *addr, in hostapd_sta_auth()
453 int hostapd_sta_assoc(struct hostapd_data *hapd, const u8 *addr, in hostapd_sta_assoc()
463 int hostapd_sta_add(struct hostapd_data *hapd, in hostapd_sta_add()
522 int hostapd_add_tspec(struct hostapd_data *hapd, const u8 *addr, in hostapd_add_tspec()
532 int hostapd_set_privacy(struct hostapd_data *hapd, int enabled) in hostapd_set_privacy()
540 int hostapd_set_generic_elem(struct hostapd_data *hapd, const u8 *elem, in hostapd_set_generic_elem()
549 int hostapd_get_ssid(struct hostapd_data *hapd, u8 *buf, size_t len) in hostapd_get_ssid()
557 int hostapd_set_ssid(struct hostapd_data *hapd, const u8 *buf, size_t len) in hostapd_set_ssid()
565 int hostapd_if_add(struct hostapd_data *hapd, enum wpa_driver_if_type type, in hostapd_if_add()
579 int hostapd_if_link_remove(struct hostapd_data *hapd, in hostapd_if_link_remove()
592 int hostapd_if_remove(struct hostapd_data *hapd, enum wpa_driver_if_type type, in hostapd_if_remove()
609 int hostapd_set_ieee8021x(struct hostapd_data *hapd, in hostapd_set_ieee8021x()
618 int hostapd_get_seqnum(const char *ifname, struct hostapd_data *hapd, in hostapd_get_seqnum()
628 int hostapd_flush(struct hostapd_data *hapd) in hostapd_flush()
644 int hostapd_set_freq(struct hostapd_data *hapd, enum hostapd_hw_mode mode, in hostapd_set_freq()
685 int hostapd_set_rts(struct hostapd_data *hapd, int rts) in hostapd_set_rts()
693 int hostapd_set_frag(struct hostapd_data *hapd, int frag) in hostapd_set_frag()
701 int hostapd_sta_set_flags(struct hostapd_data *hapd, u8 *addr, in hostapd_sta_set_flags()
711 int hostapd_sta_set_airtime_weight(struct hostapd_data *hapd, const u8 *addr, in hostapd_sta_set_airtime_weight()
721 int hostapd_set_country(struct hostapd_data *hapd, const char *country) in hostapd_set_country()
730 int hostapd_set_tx_queue_params(struct hostapd_data *hapd, int queue, int aifs, in hostapd_set_tx_queue_params()
750 hostapd_get_hw_feature_data(struct hostapd_data *hapd, u16 *num_modes, in hostapd_get_hw_feature_data()
761 int hostapd_driver_commit(struct hostapd_data *hapd) in hostapd_driver_commit()
769 int hostapd_drv_none(struct hostapd_data *hapd) in hostapd_drv_none()
775 bool hostapd_drv_nl80211(struct hostapd_data *hapd) in hostapd_drv_nl80211()
781 int hostapd_driver_scan(struct hostapd_data *hapd, in hostapd_driver_scan()
791 struct hostapd_data *hapd) in hostapd_driver_get_scan_results()
801 int hostapd_driver_set_noa(struct hostapd_data *hapd, u8 count, int start, in hostapd_driver_set_noa()
811 int hostapd_drv_set_key(const char *ifname, struct hostapd_data *hapd, in hostapd_drv_set_key()
845 int hostapd_drv_send_mlme(struct hostapd_data *hapd, in hostapd_drv_send_mlme()
865 int hostapd_drv_sta_deauth(struct hostapd_data *hapd, in hostapd_drv_sta_deauth()
888 int hostapd_drv_sta_disassoc(struct hostapd_data *hapd, in hostapd_drv_sta_disassoc()
909 int hostapd_drv_wnm_oper(struct hostapd_data *hapd, enum wnm_oper oper, in hostapd_drv_wnm_oper()
919 static int hapd_drv_send_action(struct hostapd_data *hapd, unsigned int freq, in hapd_drv_send_action()
967 int hostapd_drv_send_action(struct hostapd_data *hapd, unsigned int freq, in hostapd_drv_send_action()
975 int hostapd_drv_send_action_addr3_ap(struct hostapd_data *hapd, in hostapd_drv_send_action_addr3_ap()
992 struct hostapd_data *hapd = iface->bss[0]; in hostapd_start_dfs_cac() local
1034 int hostapd_drv_set_qos_map(struct hostapd_data *hapd, in hostapd_drv_set_qos_map()
1045 void hostapd_get_hw_mode_any_channels(struct hostapd_data *hapd, in hostapd_get_hw_mode_any_channels()
1091 struct hostapd_data *hapd = iface->bss[0]; in hostapd_get_ext_capa() local
1105 struct hostapd_data *hapd = iface->bss[0]; in hostapd_get_mld_capa() local
1121 int hostapd_drv_do_acs(struct hostapd_data *hapd) in hostapd_drv_do_acs()
1210 int hostapd_drv_update_dh_ie(struct hostapd_data *hapd, const u8 *peer, in hostapd_drv_update_dh_ie()
1220 int hostapd_drv_dpp_listen(struct hostapd_data *hapd, bool enable) in hostapd_drv_dpp_listen()
1229 int hostapd_drv_set_secure_ranging_ctx(struct hostapd_data *hapd, in hostapd_drv_set_secure_ranging_ctx()