Lines Matching defs:hapd

47 gas_dialog_create(struct hostapd_data *hapd, const u8 *addr, u8 dialog_token)  in gas_dialog_create()
108 gas_serv_dialog_find(struct hostapd_data *hapd, const u8 *addr, in gas_serv_dialog_find()
140 static void gas_serv_free_dialogs(struct hostapd_data *hapd, in gas_serv_free_dialogs()
161 static void anqp_add_hs_capab_list(struct hostapd_data *hapd, in anqp_add_hs_capab_list()
195 static struct anqp_element * get_anqp_elem(struct hostapd_data *hapd, in get_anqp_elem()
210 static void anqp_add_elem(struct hostapd_data *hapd, struct wpabuf *buf, in anqp_add_elem()
230 static int anqp_add_override(struct hostapd_data *hapd, struct wpabuf *buf, in anqp_add_override()
242 static void anqp_add_capab_list(struct hostapd_data *hapd, in anqp_add_capab_list()
312 static void anqp_add_venue_name(struct hostapd_data *hapd, struct wpabuf *buf) in anqp_add_venue_name()
335 static void anqp_add_venue_url(struct hostapd_data *hapd, struct wpabuf *buf) in anqp_add_venue_url()
358 static void anqp_add_network_auth_type(struct hostapd_data *hapd, in anqp_add_network_auth_type()
373 static void anqp_add_roaming_consortium(struct hostapd_data *hapd, in anqp_add_roaming_consortium()
393 static void anqp_add_ip_addr_type_availability(struct hostapd_data *hapd, in anqp_add_ip_addr_type_availability()
445 static int hs20_add_nai_home_realm_matches(struct hostapd_data *hapd, in hs20_add_nai_home_realm_matches()
539 static void anqp_add_nai_realm(struct hostapd_data *hapd, struct wpabuf *buf, in anqp_add_nai_realm()
577 static void anqp_add_3gpp_cellular_network(struct hostapd_data *hapd, in anqp_add_3gpp_cellular_network()
593 static void anqp_add_domain_name(struct hostapd_data *hapd, struct wpabuf *buf) in anqp_add_domain_name()
608 static void anqp_add_fils_realm_info(struct hostapd_data *hapd, in anqp_add_fils_realm_info()
639 static void anqp_add_operator_friendly_name(struct hostapd_data *hapd, in anqp_add_operator_friendly_name()
663 static void anqp_add_wan_metrics(struct hostapd_data *hapd, in anqp_add_wan_metrics()
678 static void anqp_add_connection_capability(struct hostapd_data *hapd, in anqp_add_connection_capability()
694 static void anqp_add_operating_class(struct hostapd_data *hapd, in anqp_add_operating_class()
792 static void anqp_add_osu_providers_list(struct hostapd_data *hapd, in anqp_add_osu_providers_list()
835 static void anqp_add_osu_providers_nai_list(struct hostapd_data *hapd, in anqp_add_osu_providers_nai_list()
856 static void anqp_add_icon_binary_file(struct hostapd_data *hapd, in anqp_add_icon_binary_file()
912 static void anqp_add_operator_icon_metadata(struct hostapd_data *hapd, in anqp_add_operator_icon_metadata()
939 static void anqp_add_mbo_cell_data_conn_pref(struct hostapd_data *hapd, in anqp_add_mbo_cell_data_conn_pref()
954 static size_t anqp_get_required_len(struct hostapd_data *hapd, in anqp_get_required_len()
973 gas_serv_build_gas_resp_payload(struct hostapd_data *hapd, in gas_serv_build_gas_resp_payload()
1102 static void rx_anqp_query_list_id(struct hostapd_data *hapd, u16 info_id, in rx_anqp_query_list_id()
1205 static void rx_anqp_query_list(struct hostapd_data *hapd, in rx_anqp_query_list()
1221 static void rx_anqp_hs_query_list(struct hostapd_data *hapd, u8 subtype, in rx_anqp_hs_query_list()
1270 static void rx_anqp_hs_nai_home_realm(struct hostapd_data *hapd, in rx_anqp_hs_nai_home_realm()
1287 static void rx_anqp_hs_icon_request(struct hostapd_data *hapd, in rx_anqp_hs_icon_request()
1304 static void rx_anqp_vendor_specific_hs20(struct hostapd_data *hapd, in rx_anqp_vendor_specific_hs20()
1340 static void rx_anqp_vendor_specific_p2p(struct hostapd_data *hapd, in rx_anqp_vendor_specific_p2p()
1359 static void rx_anqp_mbo_query_list(struct hostapd_data *hapd, u8 subtype, in rx_anqp_mbo_query_list()
1376 static void rx_anqp_vendor_specific_mbo(struct hostapd_data *hapd, in rx_anqp_vendor_specific_mbo()
1404 static void rx_anqp_vendor_specific(struct hostapd_data *hapd, in rx_anqp_vendor_specific()
1448 static void gas_serv_req_local_processing(struct hostapd_data *hapd, in gas_serv_req_local_processing()
1525 void gas_serv_req_dpp_processing(struct hostapd_data *hapd, in gas_serv_req_dpp_processing()
1590 static void gas_serv_rx_gas_initial_req(struct hostapd_data *hapd, in gas_serv_rx_gas_initial_req()
1731 static void gas_serv_rx_gas_comeback_req(struct hostapd_data *hapd, in gas_serv_rx_gas_comeback_req()
1841 struct hostapd_data *hapd = ctx; in gas_serv_rx_public_action() local
1880 int gas_serv_init(struct hostapd_data *hapd) in gas_serv_init()
1888 void gas_serv_deinit(struct hostapd_data *hapd) in gas_serv_deinit()