Main Page | Data Structures | Directories | File List | Data Fields | Globals

hostap_wlan.h File Reference

#include "hostap_config.h"
#include "hostap_crypt.h"
#include "hostap_common.h"

Include dependency graph for hostap_wlan.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define MAX_PARM_DEVICES   8
#define PARM_MIN_MAX   "1-" __MODULE_STRING(MAX_PARM_DEVICES)
#define DEF_INTS   -1, -1, -1, -1, -1, -1, -1
#define GET_INT_PARM(var, idx)   var[var[idx] < 0 ? 0 : idx]
#define ETH_P_HOSTAP   ETH_P_CONTROL
#define ARPHRD_IEEE80211   801
#define ARPHRD_IEEE80211_PRISM   802
#define LWNG_CAP_DID_BASE   (4 | (1 << 6))
#define LWNG_CAPHDR_VERSION   0x80211001
#define HFA384X_LEVEL_TO_dBm(v)   0x100 + (v) * 100 / 255 - 100
#define HFA384X_RSSI_LEVEL_TO_dBm(v)   ((v) - 100)
#define HFA384X_SCAN_IN_PROGRESS   0
#define HFA384X_SCAN_HOST_INITIATED   1
#define HFA384X_SCAN_FIRMWARE_INITIATED   2
#define HFA384X_SCAN_INQUIRY_FROM_HOST   3
#define HFA384X_SCAN_MAX_RESULTS   32
#define HFA384X_CMDCODE_INIT   0x00
#define HFA384X_CMDCODE_ENABLE   0x01
#define HFA384X_CMDCODE_DISABLE   0x02
#define HFA384X_CMDCODE_ALLOC   0x0A
#define HFA384X_CMDCODE_TRANSMIT   0x0B
#define HFA384X_CMDCODE_INQUIRE   0x11
#define HFA384X_CMDCODE_ACCESS   0x21
#define HFA384X_CMDCODE_ACCESS_WRITE   (0x21 | BIT(8))
#define HFA384X_CMDCODE_DOWNLOAD   0x22
#define HFA384X_CMDCODE_READMIF   0x30
#define HFA384X_CMDCODE_WRITEMIF   0x31
#define HFA384X_CMDCODE_TEST   0x38
#define HFA384X_CMDCODE_MASK   0x3F
#define HFA384X_TEST_CHANGE_CHANNEL   0x08
#define HFA384X_TEST_MONITOR   0x0B
#define HFA384X_TEST_XMIT   0x0E
#define HFA384X_TEST_STOP   0x0F
#define HFA384X_TEST_CFG_BITS   0x15
#define HFA384X_TEST_CFG_BIT_ALC   BIT(3)
#define HFA384X_CMD_BUSY   BIT(15)
#define HFA384X_CMD_TX_RECLAIM   BIT(8)
#define HFA384X_OFFSET_ERR   BIT(14)
#define HFA384X_OFFSET_BUSY   BIT(15)
#define HFA384X_PROGMODE_DISABLE   0
#define HFA384X_PROGMODE_ENABLE_VOLATILE   1
#define HFA384X_PROGMODE_ENABLE_NON_VOLATILE   2
#define HFA384X_PROGMODE_PROGRAM_NON_VOLATILE   3
#define HFA384X_AUX_MAGIC0   0xfe01
#define HFA384X_AUX_MAGIC1   0xdc23
#define HFA384X_AUX_MAGIC2   0xba45
#define HFA384X_AUX_PORT_DISABLED   0
#define HFA384X_AUX_PORT_DISABLE   BIT(14)
#define HFA384X_AUX_PORT_ENABLE   BIT(15)
#define HFA384X_AUX_PORT_ENABLED   (BIT(14) | BIT(15))
#define HFA384X_AUX_PORT_MASK   (BIT(14) | BIT(15))
#define PRISM2_PDA_SIZE   1024
#define HFA384X_EV_TICK   BIT(15)
#define HFA384X_EV_WTERR   BIT(14)
#define HFA384X_EV_INFDROP   BIT(13)
#define HFA384X_EV_INFO   BIT(7)
#define HFA384X_EV_DTIM   BIT(5)
#define HFA384X_EV_CMD   BIT(4)
#define HFA384X_EV_ALLOC   BIT(3)
#define HFA384X_EV_TXEXC   BIT(2)
#define HFA384X_EV_TX   BIT(1)
#define HFA384X_EV_RX   BIT(0)
#define HFA384X_INFO_HANDOVERADDR   0xF000
#define HFA384X_INFO_HANDOVERDEAUTHADDR   0xF001
#define HFA384X_INFO_COMMTALLIES   0xF100
#define HFA384X_INFO_SCANRESULTS   0xF101
#define HFA384X_INFO_CHANNELINFORESULTS   0xF102
#define HFA384X_INFO_HOSTSCANRESULTS   0xF103
#define HFA384X_INFO_LINKSTATUS   0xF200
#define HFA384X_INFO_ASSOCSTATUS   0xF201
#define HFA384X_INFO_AUTHREQ   0xF202
#define HFA384X_INFO_PSUSERCNT   0xF203
#define HFA384X_INFO_KEYIDCHANGED   0xF204
#define HFA384X_RATES_1MBPS   BIT(0)
#define HFA384X_RATES_2MBPS   BIT(1)
#define HFA384X_RATES_5MBPS   BIT(2)
#define HFA384X_RATES_11MBPS   BIT(3)
#define HFA384X_ROAMING_FIRMWARE   1
#define HFA384X_ROAMING_HOST   2
#define HFA384X_ROAMING_DISABLED   3
#define HFA384X_WEPFLAGS_PRIVACYINVOKED   BIT(0)
#define HFA384X_WEPFLAGS_EXCLUDEUNENCRYPTED   BIT(1)
#define HFA384X_WEPFLAGS_HOSTENCRYPT   BIT(4)
#define HFA384X_WEPFLAGS_HOSTDECRYPT   BIT(7)
#define HFA384X_RX_STATUS_MSGTYPE   (BIT(15) | BIT(14) | BIT(13))
#define HFA384X_RX_STATUS_PCF   BIT(12)
#define HFA384X_RX_STATUS_MACPORT   (BIT(10) | BIT(9) | BIT(8))
#define HFA384X_RX_STATUS_UNDECR   BIT(1)
#define HFA384X_RX_STATUS_FCSERR   BIT(0)
#define HFA384X_RX_STATUS_GET_MSGTYPE(s)   (((s) & HFA384X_RX_STATUS_MSGTYPE) >> 13)
#define HFA384X_RX_STATUS_GET_MACPORT(s)   (((s) & HFA384X_RX_STATUS_MACPORT) >> 8)
#define HFA384X_TX_CTRL_ALT_RTRY   BIT(5)
#define HFA384X_TX_CTRL_802_11   BIT(3)
#define HFA384X_TX_CTRL_802_3   0
#define HFA384X_TX_CTRL_TX_EX   BIT(2)
#define HFA384X_TX_CTRL_TX_OK   BIT(1)
#define HFA384X_TX_STATUS_RETRYERR   BIT(0)
#define HFA384X_TX_STATUS_AGEDERR   BIT(1)
#define HFA384X_TX_STATUS_DISCON   BIT(2)
#define HFA384X_TX_STATUS_FORMERR   BIT(3)
#define HFA386X_CR_TX_CONFIGURE   0x12
#define HFA386X_CR_RX_CONFIGURE   0x14
#define HFA386X_CR_A_D_TEST_MODES2   0x1A
#define HFA386X_CR_MANUAL_TX_POWER   0x3E

Enumerations

enum  {
  HFA384X_LINKSTATUS_CONNECTED = 1, HFA384X_LINKSTATUS_DISCONNECTED = 2, HFA384X_LINKSTATUS_AP_CHANGE = 3, HFA384X_LINKSTATUS_AP_OUT_OF_RANGE = 4,
  HFA384X_LINKSTATUS_AP_IN_RANGE = 5, HFA384X_LINKSTATUS_ASSOC_FAILED = 6
}
enum  {
  HFA384X_PORTTYPE_BSS = 1, HFA384X_PORTTYPE_WDS = 2, HFA384X_PORTTYPE_PSEUDO_IBSS = 3, HFA384X_PORTTYPE_IBSS = 0,
  HFA384X_PORTTYPE_HOSTAP = 6
}
enum  { HFA384X_RX_MSGTYPE_NORMAL = 0, HFA384X_RX_MSGTYPE_RFC1042 = 1, HFA384X_RX_MSGTYPE_BRIDGETUNNEL = 2, HFA384X_RX_MSGTYPE_MGMT = 4 }

Variables

linux_wlan_ng_val packed


Define Documentation

#define ARPHRD_IEEE80211   801
 

Definition at line 26 of file hostap_wlan.h.

#define ARPHRD_IEEE80211_PRISM   802
 

Definition at line 29 of file hostap_wlan.h.

Referenced by ath_rx_tasklet(), ath_tx_processq(), hostap_enable_hostapd(), and prism2_rx_80211().

#define DEF_INTS   -1, -1, -1, -1, -1, -1, -1
 

Definition at line 13 of file hostap_wlan.h.

#define ETH_P_HOSTAP   ETH_P_CONTROL
 

Definition at line 23 of file hostap_wlan.h.

Referenced by hostap_handle_sta_tx(), hostap_rx(), and prism2_send_mgmt().

#define GET_INT_PARM var,
idx  )    var[var[idx] < 0 ? 0 : idx]
 

Definition at line 14 of file hostap_wlan.h.

Referenced by hostap_init_data(), and prism2_init_local_data().

#define HFA384X_AUX_MAGIC0   0xfe01
 

Definition at line 402 of file hostap_wlan.h.

Referenced by prism2_enable_aux_port().

#define HFA384X_AUX_MAGIC1   0xdc23
 

Definition at line 403 of file hostap_wlan.h.

Referenced by prism2_enable_aux_port().

#define HFA384X_AUX_MAGIC2   0xba45
 

Definition at line 404 of file hostap_wlan.h.

Referenced by prism2_enable_aux_port().

#define HFA384X_AUX_PORT_DISABLE   BIT(14)
 

Definition at line 407 of file hostap_wlan.h.

Referenced by prism2_enable_aux_port().

#define HFA384X_AUX_PORT_DISABLED   0
 

Definition at line 406 of file hostap_wlan.h.

Referenced by prism2_enable_aux_port().

#define HFA384X_AUX_PORT_ENABLE   BIT(15)
 

Definition at line 408 of file hostap_wlan.h.

Referenced by prism2_enable_aux_port().

#define HFA384X_AUX_PORT_ENABLED   (BIT(14) | BIT(15))
 

Definition at line 409 of file hostap_wlan.h.

Referenced by prism2_enable_aux_port().

#define HFA384X_AUX_PORT_MASK   (BIT(14) | BIT(15))
 

Definition at line 410 of file hostap_wlan.h.

Referenced by prism2_enable_aux_port().

#define HFA384X_CMD_BUSY   BIT(15)
 

Definition at line 388 of file hostap_wlan.h.

Referenced by hfa384x_cmd_issue(), hfa384x_cmd_no_wait(), hfa384x_cmd_wait(), prism2_enable_aux_port(), and prism2_pci_cor_sreset().

#define HFA384X_CMD_TX_RECLAIM   BIT(8)
 

Definition at line 390 of file hostap_wlan.h.

Referenced by prism2_transmit().

#define HFA384X_CMDCODE_ACCESS   0x21
 

Definition at line 371 of file hostap_wlan.h.

Referenced by hfa384x_get_rid().

#define HFA384X_CMDCODE_ACCESS_WRITE   (0x21 | BIT(8))
 

Definition at line 372 of file hostap_wlan.h.

Referenced by hfa384x_set_rid().

#define HFA384X_CMDCODE_ALLOC   0x0A
 

Definition at line 368 of file hostap_wlan.h.

Referenced by hfa384x_allocate_fid().

#define HFA384X_CMDCODE_DISABLE   0x02
 

Definition at line 367 of file hostap_wlan.h.

Referenced by prism2_hw_shutdown(), and prism2_reset_port().

#define HFA384X_CMDCODE_DOWNLOAD   0x22
 

Definition at line 373 of file hostap_wlan.h.

Referenced by hfa384x_cmd_wait(), and prism2_download_volatile().

#define HFA384X_CMDCODE_ENABLE   0x01
 

Definition at line 366 of file hostap_wlan.h.

Referenced by prism2_hw_enable(), prism2_reset_port(), and prism2_tx().

#define HFA384X_CMDCODE_INIT   0x00
 

Definition at line 365 of file hostap_wlan.h.

Referenced by prism2_hw_init().

#define HFA384X_CMDCODE_INQUIRE   0x11
 

Definition at line 370 of file hostap_wlan.h.

Referenced by hostap_tick_timer(), and prism2_infdrop().

#define HFA384X_CMDCODE_MASK   0x3F
 

Definition at line 378 of file hostap_wlan.h.

Referenced by hfa384x_cmd_wait().

#define HFA384X_CMDCODE_READMIF   0x30
 

Definition at line 374 of file hostap_wlan.h.

Referenced by hostap_set_antsel().

#define HFA384X_CMDCODE_TEST   0x38
 

Definition at line 376 of file hostap_wlan.h.

Referenced by hostap_passive_scan().

#define HFA384X_CMDCODE_TRANSMIT   0x0B
 

Definition at line 369 of file hostap_wlan.h.

Referenced by prism2_transmit().

#define HFA384X_CMDCODE_WRITEMIF   0x31
 

Definition at line 375 of file hostap_wlan.h.

Referenced by hostap_set_antsel().

#define HFA384X_EV_ALLOC   BIT(3)
 

Definition at line 426 of file hostap_wlan.h.

Referenced by hfa384x_allocate_fid(), and prism2_interrupt().

#define HFA384X_EV_CMD   BIT(4)
 

Definition at line 425 of file hostap_wlan.h.

Referenced by hfa384x_cmd(), hfa384x_cmd_wait(), hfa384x_events_only_cmd(), prism2_cmd_ev(), prism2_download_volatile(), prism2_hw_init(), and prism2_interrupt().

#define HFA384X_EV_DTIM   BIT(5)
 

Definition at line 424 of file hostap_wlan.h.

#define HFA384X_EV_INFDROP   BIT(13)
 

Definition at line 418 of file hostap_wlan.h.

Referenced by prism2_interrupt().

#define HFA384X_EV_INFO   BIT(7)
 

Definition at line 423 of file hostap_wlan.h.

Referenced by hostap_bap_tasklet(), and prism2_info().

#define HFA384X_EV_RX   BIT(0)
 

Definition at line 429 of file hostap_wlan.h.

Referenced by hostap_bap_tasklet(), prism2_interrupt(), and prism2_rx().

#define HFA384X_EV_TICK   BIT(15)
 

Definition at line 416 of file hostap_wlan.h.

Referenced by prism2_interrupt().

#define HFA384X_EV_TX   BIT(1)
 

Definition at line 428 of file hostap_wlan.h.

Referenced by hostap_bap_tasklet(), and prism2_tx_ev().

#define HFA384X_EV_TXEXC   BIT(2)
 

Definition at line 427 of file hostap_wlan.h.

Referenced by hostap_bap_tasklet(), and prism2_txexc().

#define HFA384X_EV_WTERR   BIT(14)
 

Definition at line 417 of file hostap_wlan.h.

Referenced by prism2_interrupt().

#define HFA384X_INFO_ASSOCSTATUS   0xF201
 

Definition at line 440 of file hostap_wlan.h.

#define HFA384X_INFO_AUTHREQ   0xF202
 

Definition at line 441 of file hostap_wlan.h.

#define HFA384X_INFO_CHANNELINFORESULTS   0xF102
 

Definition at line 437 of file hostap_wlan.h.

#define HFA384X_INFO_COMMTALLIES   0xF100
 

Definition at line 435 of file hostap_wlan.h.

Referenced by hostap_info_process(), hostap_tick_timer(), and prism2_infdrop().

#define HFA384X_INFO_HANDOVERADDR   0xF000
 

Definition at line 433 of file hostap_wlan.h.

#define HFA384X_INFO_HANDOVERDEAUTHADDR   0xF001
 

Definition at line 434 of file hostap_wlan.h.

#define HFA384X_INFO_HOSTSCANRESULTS   0xF103
 

Definition at line 438 of file hostap_wlan.h.

Referenced by hostap_info_process().

#define HFA384X_INFO_KEYIDCHANGED   0xF204
 

Definition at line 443 of file hostap_wlan.h.

#define HFA384X_INFO_LINKSTATUS   0xF200
 

Definition at line 439 of file hostap_wlan.h.

Referenced by hostap_info_process().

#define HFA384X_INFO_PSUSERCNT   0xF203
 

Definition at line 442 of file hostap_wlan.h.

#define HFA384X_INFO_SCANRESULTS   0xF101
 

Definition at line 436 of file hostap_wlan.h.

Referenced by hostap_info_process().

#define HFA384X_LEVEL_TO_dBm  )    0x100 + (v) * 100 / 255 - 100
 

Definition at line 134 of file hostap_wlan.h.

#define HFA384X_OFFSET_BUSY   BIT(15)
 

Definition at line 393 of file hostap_wlan.h.

Referenced by hfa384x_wait_offset().

#define HFA384X_OFFSET_ERR   BIT(14)
 

Definition at line 392 of file hostap_wlan.h.

Referenced by hfa384x_setup_bap().

#define HFA384X_PROGMODE_DISABLE   0
 

Definition at line 397 of file hostap_wlan.h.

Referenced by prism2_download_volatile().

#define HFA384X_PROGMODE_ENABLE_NON_VOLATILE   2
 

Definition at line 399 of file hostap_wlan.h.

#define HFA384X_PROGMODE_ENABLE_VOLATILE   1
 

Definition at line 398 of file hostap_wlan.h.

Referenced by prism2_download_volatile().

#define HFA384X_PROGMODE_PROGRAM_NON_VOLATILE   3
 

Definition at line 400 of file hostap_wlan.h.

#define HFA384X_RATES_11MBPS   BIT(3)
 

Definition at line 459 of file hostap_wlan.h.

Referenced by prism2_setup_rids().

#define HFA384X_RATES_1MBPS   BIT(0)
 

Definition at line 456 of file hostap_wlan.h.

Referenced by prism2_setup_rids().

#define HFA384X_RATES_2MBPS   BIT(1)
 

Definition at line 457 of file hostap_wlan.h.

Referenced by prism2_setup_rids().

#define HFA384X_RATES_5MBPS   BIT(2)
 

Definition at line 458 of file hostap_wlan.h.

Referenced by prism2_setup_rids().

#define HFA384X_ROAMING_DISABLED   3
 

Definition at line 463 of file hostap_wlan.h.

Referenced by hostap_set_roaming().

#define HFA384X_ROAMING_FIRMWARE   1
 

Definition at line 461 of file hostap_wlan.h.

Referenced by hostap_set_roaming().

#define HFA384X_ROAMING_HOST   2
 

Definition at line 462 of file hostap_wlan.h.

Referenced by hostap_set_roaming().

#define HFA384X_RSSI_LEVEL_TO_dBm  )    ((v) - 100)
 

Definition at line 138 of file hostap_wlan.h.

#define HFA384X_RX_STATUS_FCSERR   BIT(0)
 

Definition at line 474 of file hostap_wlan.h.

Referenced by hostap_rx_skb().

#define HFA384X_RX_STATUS_GET_MACPORT  )    (((s) & HFA384X_RX_STATUS_MACPORT) >> 8)
 

Definition at line 478 of file hostap_wlan.h.

#define HFA384X_RX_STATUS_GET_MSGTYPE  )    (((s) & HFA384X_RX_STATUS_MSGTYPE) >> 13)
 

Definition at line 476 of file hostap_wlan.h.

#define HFA384X_RX_STATUS_MACPORT   (BIT(10) | BIT(9) | BIT(8))
 

Definition at line 472 of file hostap_wlan.h.

#define HFA384X_RX_STATUS_MSGTYPE   (BIT(15) | BIT(14) | BIT(13))
 

Definition at line 470 of file hostap_wlan.h.

#define HFA384X_RX_STATUS_PCF   BIT(12)
 

Definition at line 471 of file hostap_wlan.h.

#define HFA384X_RX_STATUS_UNDECR   BIT(1)
 

Definition at line 473 of file hostap_wlan.h.

#define HFA384X_SCAN_FIRMWARE_INITIATED   2
 

Definition at line 215 of file hostap_wlan.h.

#define HFA384X_SCAN_HOST_INITIATED   1
 

Definition at line 214 of file hostap_wlan.h.

#define HFA384X_SCAN_IN_PROGRESS   0
 

Definition at line 213 of file hostap_wlan.h.

#define HFA384X_SCAN_INQUIRY_FROM_HOST   3
 

Definition at line 216 of file hostap_wlan.h.

#define HFA384X_SCAN_MAX_RESULTS   32
 

Definition at line 219 of file hostap_wlan.h.

#define HFA384X_TEST_CFG_BIT_ALC   BIT(3)
 

Definition at line 386 of file hostap_wlan.h.

#define HFA384X_TEST_CFG_BITS   0x15
 

Definition at line 385 of file hostap_wlan.h.

#define HFA384X_TEST_CHANGE_CHANNEL   0x08
 

Definition at line 381 of file hostap_wlan.h.

Referenced by hostap_passive_scan().

#define HFA384X_TEST_MONITOR   0x0B
 

Definition at line 382 of file hostap_wlan.h.

#define HFA384X_TEST_STOP   0x0F
 

Definition at line 384 of file hostap_wlan.h.

#define HFA384X_TEST_XMIT   0x0E
 

Definition at line 383 of file hostap_wlan.h.

#define HFA384X_TX_CTRL_802_11   BIT(3)
 

Definition at line 486 of file hostap_wlan.h.

Referenced by prism2_send_mgmt().

#define HFA384X_TX_CTRL_802_3   0
 

Definition at line 487 of file hostap_wlan.h.

#define HFA384X_TX_CTRL_ALT_RTRY   BIT(5)
 

Definition at line 485 of file hostap_wlan.h.

#define HFA384X_TX_CTRL_TX_EX   BIT(2)
 

Definition at line 488 of file hostap_wlan.h.

#define HFA384X_TX_CTRL_TX_OK   BIT(1)
 

Definition at line 489 of file hostap_wlan.h.

Referenced by prism2_send_mgmt(), and prism2_tx_80211().

#define HFA384X_TX_STATUS_AGEDERR   BIT(1)
 

Definition at line 492 of file hostap_wlan.h.

Referenced by prism2_txexc().

#define HFA384X_TX_STATUS_DISCON   BIT(2)
 

Definition at line 493 of file hostap_wlan.h.

Referenced by prism2_txexc().

#define HFA384X_TX_STATUS_FORMERR   BIT(3)
 

Definition at line 494 of file hostap_wlan.h.

Referenced by prism2_txexc().

#define HFA384X_TX_STATUS_RETRYERR   BIT(0)
 

Definition at line 491 of file hostap_wlan.h.

Referenced by prism2_txexc().

#define HFA384X_WEPFLAGS_EXCLUDEUNENCRYPTED   BIT(1)
 

Definition at line 466 of file hostap_wlan.h.

Referenced by hostap_set_encryption().

#define HFA384X_WEPFLAGS_HOSTDECRYPT   BIT(7)
 

Definition at line 468 of file hostap_wlan.h.

Referenced by hostap_set_encryption().

#define HFA384X_WEPFLAGS_HOSTENCRYPT   BIT(4)
 

Definition at line 467 of file hostap_wlan.h.

Referenced by hostap_set_encryption().

#define HFA384X_WEPFLAGS_PRIVACYINVOKED   BIT(0)
 

Definition at line 465 of file hostap_wlan.h.

Referenced by hostap_set_encryption().

#define HFA386X_CR_A_D_TEST_MODES2   0x1A
 

Definition at line 499 of file hostap_wlan.h.

#define HFA386X_CR_MANUAL_TX_POWER   0x3E
 

Definition at line 500 of file hostap_wlan.h.

#define HFA386X_CR_RX_CONFIGURE   0x14
 

Definition at line 498 of file hostap_wlan.h.

Referenced by hostap_set_antsel().

#define HFA386X_CR_TX_CONFIGURE   0x12
 

Definition at line 497 of file hostap_wlan.h.

Referenced by hostap_set_antsel().

#define LWNG_CAP_DID_BASE   (4 | (1 << 6))
 

Definition at line 64 of file hostap_wlan.h.

#define LWNG_CAPHDR_VERSION   0x80211001
 

Definition at line 65 of file hostap_wlan.h.

#define MAX_PARM_DEVICES   8
 

Definition at line 11 of file hostap_wlan.h.

Referenced by prism2_init_local_data().

#define PARM_MIN_MAX   "1-" __MODULE_STRING(MAX_PARM_DEVICES)
 

Definition at line 12 of file hostap_wlan.h.

#define PRISM2_PDA_SIZE   1024
 

Definition at line 412 of file hostap_wlan.h.

Referenced by prism2_pda_ok(), prism2_pda_proc_read(), and prism2_read_pda().


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
HFA384X_LINKSTATUS_CONNECTED 
HFA384X_LINKSTATUS_DISCONNECTED 
HFA384X_LINKSTATUS_AP_CHANGE 
HFA384X_LINKSTATUS_AP_OUT_OF_RANGE 
HFA384X_LINKSTATUS_AP_IN_RANGE 
HFA384X_LINKSTATUS_ASSOC_FAILED 

Definition at line 445 of file hostap_wlan.h.

anonymous enum
 

Enumeration values:
HFA384X_PORTTYPE_BSS 
HFA384X_PORTTYPE_WDS 
HFA384X_PORTTYPE_PSEUDO_IBSS 
HFA384X_PORTTYPE_IBSS 
HFA384X_PORTTYPE_HOSTAP 

Definition at line 452 of file hostap_wlan.h.

anonymous enum
 

Enumeration values:
HFA384X_RX_MSGTYPE_NORMAL 
HFA384X_RX_MSGTYPE_RFC1042 
HFA384X_RX_MSGTYPE_BRIDGETUNNEL 
HFA384X_RX_MSGTYPE_MGMT 

Definition at line 481 of file hostap_wlan.h.


Variable Documentation

struct hfa384x_hostscan_result packed
 


Generated on Mon Nov 21 16:01:39 2005 for openwifi by  doxygen 1.4.1