Searched refs:update_beacon (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ap.c | 241 update_beacon(padapter, WLAN_EID_TIM, NULL, true); in expire_timeout_chk() 799 update_beacon(padapter, WLAN_EID_TIM, NULL, true); in start_bss_network() 1719 update_beacon(padapter, 0xFF, NULL, true); in bss_cap_update_on_sta_join() 1731 update_beacon(padapter, 0xFF, NULL, true); in bss_cap_update_on_sta_join() 1744 update_beacon(padapter, WLAN_EID_ERP_INFO, NULL, true); in bss_cap_update_on_sta_join() 1755 update_beacon(padapter, WLAN_EID_ERP_INFO, NULL, true); in bss_cap_update_on_sta_join() 1769 update_beacon(padapter, 0xFF, NULL, true); in bss_cap_update_on_sta_join() 1781 update_beacon(padapter, 0xFF, NULL, true); in bss_cap_update_on_sta_join() 1839 update_beacon(padapter, 0xFF, NULL, true); in bss_cap_update_on_sta_leave() 1848 update_beacon(padapter, WLAN_EID_ERP_INFO, NULL, true); in bss_cap_update_on_sta_leave() [all …]
|
H A D | rtw_xmit.c | 2060 update_beacon(padapter, WLAN_EID_TIM, NULL, true); in xmitframe_enqueue_for_sleeping_sta() 2115 update_beacon(padapter, WLAN_EID_TIM, NULL, true); in xmitframe_enqueue_for_sleeping_sta() 2310 update_beacon(padapter, WLAN_EID_TIM, NULL, true); in wakeup_sta_to_xmit() 2370 update_beacon(padapter, WLAN_EID_TIM, NULL, true); in xmit_delivery_enabled_frames()
|
H A D | rtw_recv.c | 984 update_beacon(padapter, WLAN_EID_TIM, NULL, true); in validate_recv_ctrl_frame() 1006 update_beacon(padapter, WLAN_EID_TIM, NULL, true); in validate_recv_ctrl_frame()
|
H A D | rtw_cmd.c | 1525 update_beacon(padapter, WLAN_EID_TIM, NULL, true); in rtw_chk_hi_queue_hdl()
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_ap.h | 13 void update_beacon(struct adapter *padapter, u8 ie_id, u8 *oui, u8 tx);
|
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_linux.c | 1006 update_beacon(padapter, WLAN_EID_VENDOR_SPECIFIC, wps_oui, true); in rtw_set_wps_beacon()
|