wimax-tools  1.4.4
Data Fields
wimaxll_handle Struct Reference

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
 

Detailed Description

A WiMax control pipe handle.

This type is opaque to the user

Field Documentation

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
void* wimaxll_handle::msg_to_user_priv
char wimaxll_handle::name[__WIMAXLL_IFNAME_LEN]
struct nl_handle* wimaxll_handle::nlh_rx
struct nl_handle* wimaxll_handle::nlh_tx
void* wimaxll_handle::priv
wimaxll_state_change_cb_f wimaxll_handle::state_change_cb
void* wimaxll_handle::state_change_priv