wimax-tools
1.4.4
|
A WiMax control pipe handle. More...
#include <internal.h>
Data Fields | |
unsigned | ifidx |
int | gnl_family_id |
int | mcg_id |
char | name [__WIMAXLL_IFNAME_LEN] |
void * | priv |
struct nl_handle * | nlh_tx |
struct nl_handle * | nlh_rx |
wimaxll_msg_to_user_cb_f | msg_to_user_cb |
void * | msg_to_user_priv |
wimaxll_state_change_cb_f | state_change_cb |
void * | state_change_priv |
A WiMax control pipe handle.
This type is opaque to the user
int wimaxll_handle::gnl_family_id |
unsigned wimaxll_handle::ifidx |
int wimaxll_handle::mcg_id |
Referenced by wimaxll_open().
wimaxll_msg_to_user_cb_f wimaxll_handle::msg_to_user_cb |
Referenced by wimaxll_get_cb_msg_to_user(), wimaxll_gnl_handle_msg_to_user(), and wimaxll_set_cb_msg_to_user().
void* wimaxll_handle::msg_to_user_priv |
Referenced by wimaxll_get_cb_msg_to_user(), wimaxll_gnl_handle_msg_to_user(), and wimaxll_set_cb_msg_to_user().
char wimaxll_handle::name[__WIMAXLL_IFNAME_LEN] |
Referenced by wimaxll_ifname(), wimaxll_msg_hdr_default(), and wimaxll_open().
struct nl_handle* wimaxll_handle::nlh_rx |
Referenced by wimaxll_close(), wimaxll_open(), wimaxll_recv(), and wimaxll_recv_fd().
struct nl_handle* wimaxll_handle::nlh_tx |
Referenced by wimaxll_close(), wimaxll_msg_write(), wimaxll_open(), wimaxll_reset(), wimaxll_rfkill(), wimaxll_state_get(), and wimaxll_wait_for_ack().
void* wimaxll_handle::priv |
Referenced by wimaxll_priv_get(), and wimaxll_priv_set().
wimaxll_state_change_cb_f wimaxll_handle::state_change_cb |
Referenced by wimaxll_get_cb_state_change(), wimaxll_gnl_handle_state_change(), and wimaxll_set_cb_state_change().
void* wimaxll_handle::state_change_priv |
Referenced by wimaxll_get_cb_state_change(), wimaxll_gnl_handle_state_change(), and wimaxll_set_cb_state_change().