Searched refs:WIFI_BEACON (Results 1 – 15 of 15) sorted by relevance
/drivers/staging/r8188eu/core/ |
D | rtw_iol.c | 35 pattrib->subtype = WIFI_BEACON; in rtw_IOL_accquire_xmit_frame()
|
D | rtw_wlan_util.c | 918 if (subtype == WIFI_BEACON) in rtw_check_bcn_info()
|
D | rtw_recv.c | 1021 if (GetFrameSubType(precv_frame->rx_data) == WIFI_BEACON) { in validate_recv_mgnt_frame()
|
D | rtw_mlme_ext.c | 27 {WIFI_BEACON, "OnBeacon", &OnBeacon}, 466 case WIFI_BEACON: in mgt_dispatcher() 4457 SetFrameSubType(pframe, WIFI_BEACON); in issue_beacon() 6465 if (subtype == WIFI_BEACON) { in collect_bss_info()
|
/drivers/staging/r8188eu/hal/ |
D | rtl8188e_rxdesc.c | 153 (GetFrameSubType(wlanhdr) == WIFI_BEACON); in update_recvframe_phyinfo_88e()
|
D | rtl8188e_cmd.c | 256 SetFrameSubType(pframe, WIFI_BEACON); in ConstructBeacon()
|
/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_recv.c | 117 (GetFrameSubType(wlanhdr) == WIFI_BEACON); in update_recvframe_phyinfo()
|
D | rtl8723bs_xmit.c | 469 if (GetFrameSubType(pframe) == WIFI_BEACON) { /* dump beacon directly */ in rtl8723bs_mgnt_xmit()
|
D | rtl8723b_cmd.c | 128 SetFrameSubType(pframe, WIFI_BEACON); in ConstructBeacon()
|
/drivers/staging/rtl8723bs/include/ |
D | wifi.h | 54 WIFI_BEACON = (BIT(7) | WIFI_MGT_TYPE), enumerator
|
/drivers/staging/r8188eu/include/ |
D | wifi.h | 58 WIFI_BEACON = (BIT(7) | WIFI_MGT_TYPE), enumerator
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 27 {WIFI_BEACON, "OnBeacon", &OnBeacon}, 493 case WIFI_BEACON: in mgt_dispatcher() 2171 SetFrameSubType(pframe, WIFI_BEACON); in issue_beacon() 3969 if (subtype == WIFI_BEACON) { in collect_bss_info()
|
D | rtw_wlan_util.c | 1194 if (subtype == WIFI_BEACON) in rtw_check_bcn_info()
|
D | rtw_recv.c | 1208 if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_BEACON) in validate_recv_mgnt_frame()
|
/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 299 SetFrameSubType(pbuf, WIFI_BEACON); in rtw_cfg80211_inform_bss()
|