#include "includes.h"#include "common.h"
Go to the source code of this file.
Functions | |
| void | accounting_sta_start (struct hostapd_data *hapd, struct sta_info *sta) |
| int | ap_for_each_sta (struct hostapd_data *hapd, int(*cb)(struct hostapd_data *hapd, struct sta_info *sta, void *ctx), void *ctx) |
| struct sta_info * | ap_get_sta (struct hostapd_data *hapd, const u8 *sta) |
| int | ap_sta_bind_vlan (struct hostapd_data *hapd, struct sta_info *sta, int old_vlanid) |
| void | ap_sta_session_timeout (struct hostapd_data *hapd, struct sta_info *sta, u32 session_timeout) |
| struct hostapd_eap_user * | hostapd_get_eap_user (const struct hostapd_bss_config *conf, const u8 *identity, size_t identity_len, int phase2) |
| const char * | hostapd_get_vlan_id_ifname (struct hostapd_vlan *vlan, int vlan_id) |
| void | pmksa_cache_to_eapol_data (struct rsn_pmksa_cache_entry *entry, struct eapol_state_machine *eapol) |
| void | rsn_preauth_finished (struct hostapd_data *hapd, struct sta_info *sta, int success) |
| void | rsn_preauth_send (struct hostapd_data *hapd, struct sta_info *sta, u8 *buf, size_t len) |
| void accounting_sta_start | ( | struct hostapd_data * | hapd, | |
| struct sta_info * | sta | |||
| ) |
accounting_sta_start - Start STA accounting : hostapd BSS data : The station
Definition at line 61 of file link_test.c.
| int ap_for_each_sta | ( | struct hostapd_data * | hapd, | |
| int(*)(struct hostapd_data *hapd, struct sta_info *sta, void *ctx) | cb, | |||
| void * | ctx | |||
| ) |
Definition at line 27 of file link_test.c.
| struct sta_info* ap_get_sta | ( | struct hostapd_data * | hapd, | |
| const u8 * | sta | |||
| ) | [read] |
Definition at line 21 of file link_test.c.
| int ap_sta_bind_vlan | ( | struct hostapd_data * | hapd, | |
| struct sta_info * | sta, | |||
| int | old_vlanid | |||
| ) |
Definition at line 42 of file link_test.c.
| void ap_sta_session_timeout | ( | struct hostapd_data * | hapd, | |
| struct sta_info * | sta, | |||
| u32 | session_timeout | |||
| ) |
Definition at line 36 of file link_test.c.
| struct hostapd_eap_user* hostapd_get_eap_user | ( | const struct hostapd_bss_config * | conf, | |
| const u8 * | identity, | |||
| size_t | identity_len, | |||
| int | phase2 | |||
| ) | [read] |
Definition at line 73 of file link_test.c.
| const char* hostapd_get_vlan_id_ifname | ( | struct hostapd_vlan * | vlan, | |
| int | vlan_id | |||
| ) |
Definition at line 80 of file link_test.c.
| void pmksa_cache_to_eapol_data | ( | struct rsn_pmksa_cache_entry * | entry, | |
| struct eapol_state_machine * | eapol | |||
| ) |
Definition at line 66 of file link_test.c.
| void rsn_preauth_finished | ( | struct hostapd_data * | hapd, | |
| struct sta_info * | sta, | |||
| int | success | |||
| ) |
Definition at line 49 of file link_test.c.
| void rsn_preauth_send | ( | struct hostapd_data * | hapd, | |
| struct sta_info * | sta, | |||
| u8 * | buf, | |||
| size_t | len | |||
| ) |
Definition at line 55 of file link_test.c.