337b4e52f5
FossilOrigin-Name: 0bb5772eb7c4ced7cbe988d2cf779d6743265b0fa987029a64cabdd01a477115
39 lines
1.6 KiB
C
39 lines
1.6 KiB
C
|
|
#define CWMSGELEM_IEEE80211_ADD_WLAN 1024
|
|
/* IEEE 802.11 Antenna 1025
|
|
IEEE 802.11 Assigned WTP BSSID 1026
|
|
IEEE 802.11 Delete WLAN 1027
|
|
IEEE 802.11 Direct Sequence Control 1028
|
|
IEEE 802.11 Information Element 1029
|
|
IEEE 802.11 MAC Operation 1030
|
|
IEEE 802.11 MIC Countermeasures 1031
|
|
IEEE 802.11 Multi-Domain Capability 1032
|
|
IEEE 802.11 OFDM Control 1033
|
|
IEEE 802.11 Rate Set 1034
|
|
IEEE 802.11 RSNA Error Report From Station 1035
|
|
IEEE 802.11 Station 1036
|
|
IEEE 802.11 Station QoS Profile 1037
|
|
IEEE 802.11 Station Session Key 1038
|
|
IEEE 802.11 Statistics 1039
|
|
IEEE 802.11 Supported Rates 1040
|
|
IEEE 802.11 Tx Power 1041
|
|
IEEE 802.11 Tx Power Level 1042
|
|
IEEE 802.11 Update Station QoS 1043
|
|
IEEE 802.11 Update WLAN 1044
|
|
IEEE 802.11 WTP Quality of Service 1045
|
|
IEEE 802.11 WTP Radio Configuration 1046
|
|
IEEE 802.11 WTP Radio Fail Alarm Indication 1047
|
|
*/
|
|
|
|
#define CWMSGELEM_IEEE80211_WTP_RADIO_INFO 1048
|
|
|
|
|
|
|
|
|
|
#define CW_IEEE80211_RADIO_TYPE_B (1<<24)
|
|
#define CW_IEEE80211_RADIO_TYPE_A (2<<24)
|
|
#define CW_IEEE80211_RADIO_TYPE_G (4<<24)
|
|
#define CW_IEEE80211_RADIO_TYPE_N (8<<24)
|
|
|
|
|