Home | History | Annotate | Download | only in ap

Lines Matching defs:stype

3233 	u16 fc, stype;
3241 stype = WLAN_FC_GET_STYPE(fc);
3243 if (stype == WLAN_FC_STYPE_BEACON) {
3252 stype == WLAN_FC_STYPE_ACTION) &&
3264 if (stype == WLAN_FC_STYPE_PROBE_REQ) {
3280 switch (stype) {
3313 "unknown mgmt frame subtype %d", stype);
3634 * @stype: management frame subtype from frame control field
3638 u16 stype, int ok)
3645 wpa_msg(hapd->msg_ctx, MSG_INFO, "MGMT-TX-STATUS stype=%u ok=%d",
3646 stype, ok);
3651 switch (stype) {
3680 wpa_printf(MSG_INFO, "unknown mgmt cb frame subtype %d", stype);