Lines Matching full:receive

90 	ST(ASSOC_REQ)		= 5,	/* send or receive Assoc Req */
91 ST(ASSOC_RESP) = 6, /* send or receive Assoc Resp */
96 ST(DISASSOC) = 11, /* send or receive Disassoc */
97 ST(DEAUTH) = 12, /* send or receive Deauth */
98 ST(LINKDOWN) = 13, /* receive the link down event */
102 ST(EAPOL_M1) = 17, /* send or receive the EAPOL M1 */
103 ST(EAPOL_M2) = 18, /* send or receive the EAPOL M2 */
104 ST(EAPOL_M3) = 19, /* send or receive the EAPOL M3 */
105 ST(EAPOL_M4) = 20, /* send or receive the EAPOL M4 */
106 ST(EAPOL_GROUPKEY_M1) = 21, /* send or receive the EAPOL Group key handshake M1 */
107 ST(EAPOL_GROUPKEY_M2) = 22, /* send or receive the EAPOL Group key handshake M2 */
108 ST(EAP_REQ_IDENTITY) = 23, /* send or receive the EAP REQ IDENTITY */
109 ST(EAP_RESP_IDENTITY) = 24, /* send or receive the EAP RESP IDENTITY */
110 ST(EAP_REQ_TLS) = 25, /* send or receive the EAP REQ TLS */
111 ST(EAP_RESP_TLS) = 26, /* send or receive the EAP RESP TLS */
112 ST(EAP_REQ_LEAP) = 27, /* send or receive the EAP REQ LEAP */
113 ST(EAP_RESP_LEAP) = 28, /* send or receive the EAP RESP LEAP */
114 ST(EAP_REQ_TTLS) = 29, /* send or receive the EAP REQ TTLS */
115 ST(EAP_RESP_TTLS) = 30, /* send or receive the EAP RESP TTLS */
116 ST(EAP_REQ_AKA) = 31, /* send or receive the EAP REQ AKA */
117 ST(EAP_RESP_AKA) = 32, /* send or receive the EAP RESP AKA */
118 ST(EAP_REQ_PEAP) = 33, /* send or receive the EAP REQ PEAP */
119 ST(EAP_RESP_PEAP) = 34, /* send or receive the EAP RESP PEAP */
120 ST(EAP_REQ_FAST) = 35, /* send or receive the EAP REQ FAST */
121 ST(EAP_RESP_FAST) = 36, /* send or receive the EAP RESP FAST */
122 ST(EAP_REQ_PSK) = 37, /* send or receive the EAP REQ PSK */
123 ST(EAP_RESP_PSK) = 38, /* send or receive the EAP RESP PSK */
124 ST(EAP_REQ_AKAP) = 39, /* send or receive the EAP REQ AKAP */
125 ST(EAP_RESP_AKAP) = 40, /* send or receive the EAP RESP AKAP */
126 ST(EAP_SUCCESS) = 41, /* send or receive the EAP SUCCESS */
127 ST(EAP_FAILURE) = 42, /* send or receive the EAP FAILURE */
128 ST(EAPOL_START) = 43, /* send or receive the EAPOL-START */
129 ST(WSC_START) = 44, /* send or receive the WSC START */
130 ST(WSC_DONE) = 45, /* send or receive the WSC DONE */
131 ST(WPS_M1) = 46, /* send or receive the WPS M1 */
132 ST(WPS_M2) = 47, /* send or receive the WPS M2 */
133 ST(WPS_M3) = 48, /* send or receive the WPS M3 */
134 ST(WPS_M4) = 49, /* send or receive the WPS M4 */
135 ST(WPS_M5) = 50, /* send or receive the WPS M5 */
136 ST(WPS_M6) = 51, /* send or receive the WPS M6 */
137 ST(WPS_M7) = 52, /* send or receive the WPS M7 */
138 ST(WPS_M8) = 53, /* send or receive the WPS M8 */
139 ST(8021X_OTHER) = 54, /* send or receive the other 8021X frames */