Lines Matching defs:hapd
51 static void ieee802_1x_send(struct hostapd_data *hapd, struct sta_info *sta, in ieee802_1x_send()
112 static void ieee802_1x_set_authorized(struct hostapd_data *hapd, in ieee802_1x_set_authorized()
147 static void ieee802_1x_ml_set_sta_authorized(struct hostapd_data *hapd, in ieee802_1x_ml_set_sta_authorized()
195 void ieee802_1x_set_sta_authorized(struct hostapd_data *hapd, in ieee802_1x_set_sta_authorized()
207 static void ieee802_1x_tx_key_one(struct hostapd_data *hapd, in ieee802_1x_tx_key_one()
305 static void ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta) in ieee802_1x_tx_key()
367 const char *radius_mode_txt(struct hostapd_data *hapd) in radius_mode_txt()
383 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta) in radius_sta_rate()
397 static void ieee802_1x_learn_identity(struct hostapd_data *hapd, in ieee802_1x_learn_identity()
434 static int add_common_radius_sta_attr_rsn(struct hostapd_data *hapd, in add_common_radius_sta_attr_rsn()
493 static int add_common_radius_sta_attr(struct hostapd_data *hapd, in add_common_radius_sta_attr()
591 int add_common_radius_attr(struct hostapd_data *hapd, in add_common_radius_attr()
683 int add_sqlite_radius_attr(struct hostapd_data *hapd, struct sta_info *sta, in add_sqlite_radius_attr()
740 void ieee802_1x_encapsulate_radius(struct hostapd_data *hapd, in ieee802_1x_encapsulate_radius()
917 static void handle_eap_response(struct hostapd_data *hapd, in handle_eap_response()
950 static void handle_eap_initiate(struct hostapd_data *hapd, in handle_eap_initiate()
1006 static void handle_eap(struct hostapd_data *hapd, struct sta_info *sta, in handle_eap()
1048 ieee802_1x_alloc_eapol_sm(struct hostapd_data *hapd, struct sta_info *sta) in ieee802_1x_alloc_eapol_sm()
1115 void ieee802_1x_receive(struct hostapd_data *hapd, const u8 *sa, const u8 *buf, in ieee802_1x_receive()
1340 void ieee802_1x_new_station(struct hostapd_data *hapd, struct sta_info *sta) in ieee802_1x_new_station()
1490 void ieee802_1x_free_station(struct hostapd_data *hapd, struct sta_info *sta) in ieee802_1x_free_station()
1515 static void ieee802_1x_decapsulate_radius(struct hostapd_data *hapd, in ieee802_1x_decapsulate_radius()
1592 static void ieee802_1x_get_keys(struct hostapd_data *hapd, in ieee802_1x_get_keys()
1655 static void ieee802_1x_store_radius_class(struct hostapd_data *hapd, in ieee802_1x_store_radius_class()
1710 static void ieee802_1x_update_sta_identity(struct hostapd_data *hapd, in ieee802_1x_update_sta_identity()
1742 static void ieee802_1x_update_sta_cui(struct hostapd_data *hapd, in ieee802_1x_update_sta_cui()
1769 static void ieee802_1x_hs20_deauth_req(struct hostapd_data *hapd, in ieee802_1x_hs20_deauth_req()
1802 static void ieee802_1x_hs20_session_info(struct hostapd_data *hapd, in ieee802_1x_hs20_session_info()
1845 static void ieee802_1x_hs20_t_c_filtering(struct hostapd_data *hapd, in ieee802_1x_hs20_t_c_filtering()
1858 static void ieee802_1x_hs20_t_c_url(struct hostapd_data *hapd, in ieee802_1x_hs20_t_c_url()
1874 static void ieee802_1x_check_hs20(struct hostapd_data *hapd, in ieee802_1x_check_hs20()
1933 static int ieee802_1x_select_radius_identifier(struct hostapd_data *hapd, in ieee802_1x_select_radius_identifier()
1950 ieee802_1x_search_radius_identifier(struct hostapd_data *hapd, u8 identifier) in ieee802_1x_search_radius_identifier()
1963 struct hostapd_data *hapd, in ieee802_1x_update_vlan()
2014 struct hostapd_data *hapd = data; in ieee802_1x_receive_auth() local
2172 void ieee802_1x_abort_auth(struct hostapd_data *hapd, struct sta_info *sta) in ieee802_1x_abort_auth()
2205 static int ieee802_1x_rekey_broadcast(struct hostapd_data *hapd) in ieee802_1x_rekey_broadcast()
2231 static int ieee802_1x_sta_key_available(struct hostapd_data *hapd, in ieee802_1x_sta_key_available()
2244 struct hostapd_data *hapd = eloop_ctx; in ieee802_1x_rekey() local
2327 struct hostapd_data *hapd = ctx; in ieee802_1x_aaa_send() local
2338 struct hostapd_data *hapd = ctx; in _ieee802_1x_finished() local
2354 struct hostapd_data *hapd = ctx; in ieee802_1x_get_eap_user() local
2400 struct hostapd_data *hapd = ctx; in ieee802_1x_sta_entry_alive() local
2414 struct hostapd_data *hapd = ctx; in ieee802_1x_logger() local
2439 struct hostapd_data *hapd = ctx; in ieee802_1x_set_port_authorized() local
2448 struct hostapd_data *hapd = ctx; in _ieee802_1x_abort_auth() local
2460 struct hostapd_data *hapd = ctx; in _ieee802_1x_tx_key() local
2492 struct hostapd_data *hapd = ctx; in ieee802_1x_erp_get_key() local
2507 struct hostapd_data *hapd = ctx; in ieee802_1x_erp_add_key() local
2516 int ieee802_1x_init(struct hostapd_data *hapd) in ieee802_1x_init()
2613 void ieee802_1x_erp_flush(struct hostapd_data *hapd) in ieee802_1x_erp_flush()
2625 void ieee802_1x_deinit(struct hostapd_data *hapd) in ieee802_1x_deinit()
2652 int ieee802_1x_tx_status(struct hostapd_data *hapd, struct sta_info *sta, in ieee802_1x_tx_status()
2679 int ieee802_1x_eapol_tx_status(struct hostapd_data *hapd, struct sta_info *sta, in ieee802_1x_eapol_tx_status()
2835 int ieee802_1x_get_mib(struct hostapd_data *hapd, char *buf, size_t buflen) in ieee802_1x_get_mib()
2842 int ieee802_1x_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, in ieee802_1x_get_mib_sta()
3024 struct hostapd_data *hapd = eloop_ctx; in ieee802_1x_wnm_notif_send() local
3047 static bool ieee802_1x_finished(struct hostapd_data *hapd, in ieee802_1x_finished()