Home | History | Annotate | Download | only in drivers

Lines Matching defs:stype

838 	u16 fc, stype;
852 stype = WLAN_FC_GET_STYPE(fc);
854 wpa_printf(MSG_DEBUG, "%s: subtype 0x%x len %d", __func__, stype,
857 if (stype == WLAN_FC_STYPE_PROBE_REQ) {
871 if (stype == WLAN_FC_STYPE_ACTION &&
887 switch (stype) {
1313 u16 fc, stype;
1353 stype = WLAN_FC_GET_STYPE(fc);
1355 wpa_printf(MSG_DEBUG, "athr: EV_RX_MGMT stype=%u "
1356 "freq=%u len=%u", stype, freq, (int) data_len);
1358 if (stype == WLAN_FC_STYPE_ACTION) {