Home
last modified time | relevance | path

Searched refs:WIFI_PROBEREQ (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dwifi.h52 WIFI_PROBEREQ = (BIT(6) | WIFI_MGT_TYPE), enumerator
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c19 {WIFI_PROBEREQ, "OnProbeReq", &OnProbeReq},
486 case WIFI_PROBEREQ: in mgt_dispatcher()
2503 SetFrameSubType(pframe, WIFI_PROBEREQ); in _issue_probereq()
3947 } else if (subtype == WIFI_PROBEREQ) { in collect_bss_info()
H A Drtw_recv.c1209 else if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_PROBEREQ) in validate_recv_mgnt_frame()
H A Drtw_xmit.c2453 if ((type == WIFI_PROBEREQ) || in dequeue_pending_xmitbuf_under_survey()