Linux Kernel
3.7.1
|
#include <linux/ethtool.h>
#include <linux/kernel.h>
#include "hostap_wlan.h"
#include "hostap_ap.h"
Go to the source code of this file.
Macros | |
#define | FREQ_COUNT ARRAY_SIZE(freq_list) |
Variables | |
struct proc_dir_entry * | hostap_proc |
struct header_ops | hostap_80211_ops |
struct iw_handler_def | hostap_iw_handler_def |
struct ethtool_ops | prism2_ethtool_ops |
#define FREQ_COUNT ARRAY_SIZE(freq_list) |
int ap_control_add_mac | ( | struct mac_restrictions * | mac_restrictions, |
u8 * | mac | ||
) |
Definition at line 373 of file hostap_ap.c.
int ap_control_del_mac | ( | struct mac_restrictions * | mac_restrictions, |
u8 * | mac | ||
) |
Definition at line 392 of file hostap_ap.c.
void ap_control_flush_macs | ( | struct mac_restrictions * | mac_restrictions | ) |
Definition at line 440 of file hostap_ap.c.
Definition at line 461 of file hostap_ap.c.
Definition at line 492 of file hostap_ap.c.
void* ap_crypt_get_ptrs | ( | struct ap_data * | ap, |
u8 * | addr, | ||
int | permanent, | ||
struct lib80211_crypt_data *** | crypt | ||
) |
Definition at line 3210 of file hostap_ap.c.
Definition at line 591 of file hostap_main.c.
|
read |
Definition at line 49 of file hostap_main.c.
void hostap_cleanup | ( | local_info_t * | local | ) |
Definition at line 524 of file hostap_main.c.
Definition at line 555 of file hostap_main.c.
u16 hostap_get_porttype | ( | local_info_t * | local | ) |
Definition at line 316 of file hostap_main.c.
|
read |
void hostap_info_init | ( | local_info_t * | local | ) |
Definition at line 497 of file hostap_info.c.
void hostap_info_process | ( | local_info_t * | local, |
struct sk_buff * | skb | ||
) |
Definition at line 366 of file hostap_info.c.
void hostap_init_proc | ( | local_info_t * | local | ) |
Definition at line 388 of file hostap_proc.c.
Definition at line 3964 of file hostap_ioctl.c.
void hostap_remove_interface | ( | struct net_device * | dev, |
int | rtnl_locked, | ||
int | remove_from_list | ||
) |
Definition at line 102 of file hostap_main.c.
void hostap_remove_proc | ( | local_info_t * | local | ) |
Definition at line 432 of file hostap_proc.c.
int hostap_set_antsel | ( | local_info_t * | local | ) |
Definition at line 424 of file hostap_main.c.
int hostap_set_auth_algs | ( | local_info_t * | local | ) |
Definition at line 502 of file hostap_main.c.
int hostap_set_encryption | ( | local_info_t * | local | ) |
Definition at line 332 of file hostap_main.c.
int hostap_set_hostapd | ( | local_info_t * | local, |
int | val, | ||
int | rtnl_locked | ||
) |
Definition at line 955 of file hostap_main.c.
int hostap_set_hostapd_sta | ( | local_info_t * | local, |
int | val, | ||
int | rtnl_locked | ||
) |
Definition at line 980 of file hostap_main.c.
void hostap_set_multicast_list_queue | ( | struct work_struct * | work | ) |
Definition at line 733 of file hostap_main.c.
int hostap_set_roaming | ( | local_info_t * | local | ) |
Definition at line 481 of file hostap_main.c.
Definition at line 298 of file hostap_main.c.
int hostap_set_word | ( | struct net_device * | dev, |
int | rid, | ||
u16 | val | ||
) |
Definition at line 289 of file hostap_main.c.
void hostap_setup_dev | ( | struct net_device * | dev, |
local_info_t * | local, | ||
int | type | ||
) |
Definition at line 850 of file hostap_main.c.
u16 hostap_tx_callback_register | ( | local_info_t * | local, |
void(*)(struct sk_buff *, int ok, void *) | func, | ||
void * | data | ||
) |
Definition at line 240 of file hostap_main.c.
int hostap_tx_callback_unregister | ( | local_info_t * | local, |
u16 | idx | ||
) |
Definition at line 264 of file hostap_main.c.
int prism2_ap_get_sta_qual | ( | local_info_t * | local, |
struct sockaddr | addr[], | ||
struct iw_quality | qual[], | ||
int | buf_size, | ||
int | aplist | ||
) |
Definition at line 2324 of file hostap_ap.c.
int prism2_ap_translate_scan | ( | struct net_device * | dev, |
struct iw_request_info * | info, | ||
char * | buffer | ||
) |
Definition at line 2366 of file hostap_ap.c.
int prism2_hostapd | ( | struct ap_data * | ap, |
struct prism2_hostapd_param * | param | ||
) |
Definition at line 2611 of file hostap_ap.c.
int prism2_sta_deauth | ( | local_info_t * | local, |
u16 | reason | ||
) |
Definition at line 1080 of file hostap_main.c.
Definition at line 1044 of file hostap_main.c.
int prism2_update_comms_qual | ( | struct net_device * | dev | ) |
Definition at line 1006 of file hostap_main.c.
int prism2_wds_add | ( | local_info_t * | local, |
u8 * | remote_addr, | ||
int | rtnl_locked | ||
) |
Definition at line 142 of file hostap_main.c.
int prism2_wds_del | ( | local_info_t * | local, |
u8 * | remote_addr, | ||
int | rtnl_locked, | ||
int | do_not_remove | ||
) |
Definition at line 204 of file hostap_main.c.
struct header_ops hostap_80211_ops |
Definition at line 801 of file hostap_main.c.
struct iw_handler_def hostap_iw_handler_def |
Definition at line 3952 of file hostap_ioctl.c.
struct proc_dir_entry* hostap_proc |
Definition at line 1099 of file hostap_main.c.
struct ethtool_ops prism2_ethtool_ops |
Definition at line 3877 of file hostap_ioctl.c.