Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations
iwcm.h File Reference

Go to the source code of this file.

Data Structures

struct  iwcm_id_private
 

Macros

#define IWCM_F_CALLBACK_DESTROY   1
 
#define IWCM_F_CONNECT_WAIT   2
 

Enumerations

enum  iw_cm_state {
  IW_CM_STATE_IDLE, IW_CM_STATE_LISTEN, IW_CM_STATE_CONN_RECV, IW_CM_STATE_CONN_SENT,
  IW_CM_STATE_ESTABLISHED, IW_CM_STATE_CLOSING, IW_CM_STATE_DESTROYING
}
 

Macro Definition Documentation

#define IWCM_F_CALLBACK_DESTROY   1

Definition at line 59 of file iwcm.h.

#define IWCM_F_CONNECT_WAIT   2

Definition at line 60 of file iwcm.h.

Enumeration Type Documentation

Enumerator:
IW_CM_STATE_IDLE 
IW_CM_STATE_LISTEN 
IW_CM_STATE_CONN_RECV 
IW_CM_STATE_CONN_SENT 
IW_CM_STATE_ESTABLISHED 
IW_CM_STATE_CLOSING 
IW_CM_STATE_DESTROYING 

Definition at line 36 of file iwcm.h.