Go to the source code of this file.
Functions | |
int | hostapd_driver_commit (struct hostapd_data *hapd) |
struct wpa_scan_results * | hostapd_driver_get_scan_results (struct hostapd_data *hapd) |
int | hostapd_driver_scan (struct hostapd_data *hapd, struct wpa_driver_scan_params *params) |
int | hostapd_drv_none (struct hostapd_data *hapd) |
int | hostapd_flush (struct hostapd_data *hapd) |
struct hostapd_hw_modes * | hostapd_get_hw_feature_data (struct hostapd_data *hapd, u16 *num_modes, u16 *flags) |
int | hostapd_get_seqnum (const char *ifname, struct hostapd_data *hapd, const u8 *addr, int idx, u8 *seq) |
int | hostapd_get_ssid (struct hostapd_data *hapd, u8 *buf, size_t len) |
int | hostapd_if_add (struct hostapd_data *hapd, enum wpa_driver_if_type type, const char *ifname, const u8 *addr, void *bss_ctx, void **drv_priv, char *force_ifname, u8 *if_addr) |
int | hostapd_if_remove (struct hostapd_data *hapd, enum wpa_driver_if_type type, const char *ifname) |
int | hostapd_set_country (struct hostapd_data *hapd, const char *country) |
int | hostapd_set_cts_protect (struct hostapd_data *hapd, int value) |
void | hostapd_set_driver_ops (struct hostapd_driver_ops *ops) |
int | hostapd_set_frag (struct hostapd_data *hapd, int frag) |
int | hostapd_set_freq (struct hostapd_data *hapd, int mode, int freq, int channel, int ht_enabled, int sec_channel_offset) |
int | hostapd_set_generic_elem (struct hostapd_data *hapd, const u8 *elem, size_t elem_len) |
int | hostapd_set_ht_params (struct hostapd_data *hapd, const u8 *ht_capab, size_t ht_capab_len, const u8 *ht_oper, size_t ht_oper_len) |
int | hostapd_set_ieee8021x (struct hostapd_data *hapd, struct wpa_bss_params *params) |
int | hostapd_set_preamble (struct hostapd_data *hapd, int value) |
int | hostapd_set_privacy (struct hostapd_data *hapd, int enabled) |
int | hostapd_set_rate_sets (struct hostapd_data *hapd, int *supp_rates, int *basic_rates, int mode) |
int | hostapd_set_rts (struct hostapd_data *hapd, int rts) |
int | hostapd_set_short_slot_time (struct hostapd_data *hapd, int value) |
int | hostapd_set_ssid (struct hostapd_data *hapd, const u8 *buf, size_t len) |
int | hostapd_set_tx_queue_params (struct hostapd_data *hapd, int queue, int aifs, int cw_min, int cw_max, int burst_time) |
int | hostapd_sta_set_flags (struct hostapd_data *hapd, u8 *addr, int total_flags, int flags_or, int flags_and) |
int | hostapd_valid_bss_mask (struct hostapd_data *hapd, const u8 *addr, const u8 *mask) |
int hostapd_driver_commit | ( | struct hostapd_data * | hapd | ) |
Definition at line 579 of file ap_drv_ops.c.
struct wpa_scan_results* hostapd_driver_get_scan_results | ( | struct hostapd_data * | hapd | ) | [read] |
Definition at line 615 of file ap_drv_ops.c.
int hostapd_driver_scan | ( | struct hostapd_data * | hapd, | |
struct wpa_driver_scan_params * | params | |||
) |
Definition at line 606 of file ap_drv_ops.c.
int hostapd_drv_none | ( | struct hostapd_data * | hapd | ) |
Definition at line 600 of file ap_drv_ops.c.
int hostapd_flush | ( | struct hostapd_data * | hapd | ) |
Definition at line 454 of file ap_drv_ops.c.
struct hostapd_hw_modes* hostapd_get_hw_feature_data | ( | struct hostapd_data * | hapd, | |
u16 * | num_modes, | |||
u16 * | flags | |||
) | [read] |
Definition at line 568 of file ap_drv_ops.c.
int hostapd_get_seqnum | ( | const char * | ifname, | |
struct hostapd_data * | hapd, | |||
const u8 * | addr, | |||
int | idx, | |||
u8 * | seq | |||
) |
Definition at line 444 of file ap_drv_ops.c.
int hostapd_get_ssid | ( | struct hostapd_data * | hapd, | |
u8 * | buf, | |||
size_t | len | |||
) |
Definition at line 399 of file ap_drv_ops.c.
int hostapd_if_add | ( | struct hostapd_data * | hapd, | |
enum wpa_driver_if_type | type, | |||
const char * | ifname, | |||
const u8 * | addr, | |||
void * | bss_ctx, | |||
void ** | drv_priv, | |||
char * | force_ifname, | |||
u8 * | if_addr | |||
) |
Definition at line 415 of file ap_drv_ops.c.
int hostapd_if_remove | ( | struct hostapd_data * | hapd, | |
enum wpa_driver_if_type | type, | |||
const char * | ifname | |||
) |
Definition at line 426 of file ap_drv_ops.c.
int hostapd_set_country | ( | struct hostapd_data * | hapd, | |
const char * | country | |||
) |
Definition at line 515 of file ap_drv_ops.c.
int hostapd_set_cts_protect | ( | struct hostapd_data * | hapd, | |
int | value | |||
) |
Definition at line 524 of file ap_drv_ops.c.
void hostapd_set_driver_ops | ( | struct hostapd_driver_ops * | ops | ) |
Definition at line 354 of file ap_drv_ops.c.
int hostapd_set_frag | ( | struct hostapd_data * | hapd, | |
int | frag | |||
) |
Definition at line 487 of file ap_drv_ops.c.
int hostapd_set_freq | ( | struct hostapd_data * | hapd, | |
int | mode, | |||
int | freq, | |||
int | channel, | |||
int | ht_enabled, | |||
int | sec_channel_offset | |||
) |
Definition at line 462 of file ap_drv_ops.c.
int hostapd_set_generic_elem | ( | struct hostapd_data * | hapd, | |
const u8 * | elem, | |||
size_t | elem_len | |||
) |
Definition at line 390 of file ap_drv_ops.c.
int hostapd_set_ht_params | ( | struct hostapd_data * | hapd, | |
const u8 * | ht_capab, | |||
size_t | ht_capab_len, | |||
const u8 * | ht_oper, | |||
size_t | ht_oper_len | |||
) |
Definition at line 587 of file ap_drv_ops.c.
int hostapd_set_ieee8021x | ( | struct hostapd_data * | hapd, | |
struct wpa_bss_params * | params | |||
) |
Definition at line 435 of file ap_drv_ops.c.
int hostapd_set_preamble | ( | struct hostapd_data * | hapd, | |
int | value | |||
) |
Definition at line 532 of file ap_drv_ops.c.
int hostapd_set_privacy | ( | struct hostapd_data * | hapd, | |
int | enabled | |||
) |
Definition at line 382 of file ap_drv_ops.c.
int hostapd_set_rate_sets | ( | struct hostapd_data * | hapd, | |
int * | supp_rates, | |||
int * | basic_rates, | |||
int | mode | |||
) |
Definition at line 505 of file ap_drv_ops.c.
int hostapd_set_rts | ( | struct hostapd_data * | hapd, | |
int | rts | |||
) |
Definition at line 479 of file ap_drv_ops.c.
int hostapd_set_short_slot_time | ( | struct hostapd_data * | hapd, | |
int | value | |||
) |
Definition at line 540 of file ap_drv_ops.c.
int hostapd_set_ssid | ( | struct hostapd_data * | hapd, | |
const u8 * | buf, | |||
size_t | len | |||
) |
Definition at line 407 of file ap_drv_ops.c.
int hostapd_set_tx_queue_params | ( | struct hostapd_data * | hapd, | |
int | queue, | |||
int | aifs, | |||
int | cw_min, | |||
int | cw_max, | |||
int | burst_time | |||
) |
Definition at line 548 of file ap_drv_ops.c.
int hostapd_sta_set_flags | ( | struct hostapd_data * | hapd, | |
u8 * | addr, | |||
int | total_flags, | |||
int | flags_or, | |||
int | flags_and | |||
) |
Definition at line 495 of file ap_drv_ops.c.
int hostapd_valid_bss_mask | ( | struct hostapd_data * | hapd, | |
const u8 * | addr, | |||
const u8 * | mask | |||
) |
Definition at line 558 of file ap_drv_ops.c.