/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_ap.c | 230 update_beacon(padapter, _TIM_IE_, NULL, false); in expire_timeout_chk() 619 void update_beacon(struct adapter *padapter, u8 ie_id, u8 *oui, u8 tx) in update_beacon() function 771 update_beacon(padapter, 0xFF, NULL, true); in bss_cap_update_on_sta_join() 783 update_beacon(padapter, 0xFF, NULL, true); in bss_cap_update_on_sta_join() 796 update_beacon(padapter, _ERPINFO_IE_, NULL, true); in bss_cap_update_on_sta_join() 807 update_beacon(padapter, _ERPINFO_IE_, NULL, true); in bss_cap_update_on_sta_join() 821 update_beacon(padapter, 0xFF, NULL, true); in bss_cap_update_on_sta_join() 833 update_beacon(padapter, 0xFF, NULL, true); in bss_cap_update_on_sta_join() 867 update_beacon(padapter, _HT_CAPABILITY_IE_, NULL, false); in bss_cap_update_on_sta_join() 868 update_beacon(padapter, _HT_ADD_INFO_IE_, NULL, true); in bss_cap_update_on_sta_join() [all …]
|
D | rtw_xmit.c | 1865 update_beacon(padapter, _TIM_IE_, NULL, false); in xmitframe_enqueue_for_sleeping_sta() 1916 update_beacon(padapter, _TIM_IE_, NULL, false); in xmitframe_enqueue_for_sleeping_sta() 2120 update_beacon(padapter, _TIM_IE_, NULL, false); in wakeup_sta_to_xmit() 2185 update_beacon(padapter, _TIM_IE_, NULL, false); in xmit_delivery_enabled_frames()
|
D | rtw_recv.c | 977 update_beacon(padapter, _TIM_IE_, NULL, false); in validate_recv_ctrl_frame() 991 update_beacon(padapter, _TIM_IE_, NULL, false); in validate_recv_ctrl_frame()
|
D | rtw_cmd.c | 1203 update_beacon(padapter, _TIM_IE_, NULL, false); in rtw_chk_hi_queue_hdl()
|
/linux-6.1.9/drivers/staging/rtl8723bs/core/ |
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() 1533 void update_beacon(struct adapter *padapter, u8 ie_id, u8 *oui, u8 tx) in update_beacon() function 1720 update_beacon(padapter, 0xFF, NULL, true); in bss_cap_update_on_sta_join() 1732 update_beacon(padapter, 0xFF, NULL, true); in bss_cap_update_on_sta_join() 1745 update_beacon(padapter, WLAN_EID_ERP_INFO, NULL, true); in bss_cap_update_on_sta_join() 1756 update_beacon(padapter, WLAN_EID_ERP_INFO, NULL, true); in bss_cap_update_on_sta_join() 1770 update_beacon(padapter, 0xFF, NULL, true); in bss_cap_update_on_sta_join() 1782 update_beacon(padapter, 0xFF, NULL, true); in bss_cap_update_on_sta_join() 1817 update_beacon(padapter, WLAN_EID_HT_CAPABILITY, NULL, false); in bss_cap_update_on_sta_join() [all …]
|
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()
|
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()
|
D | rtw_cmd.c | 1525 update_beacon(padapter, WLAN_EID_TIM, NULL, true); in rtw_chk_hi_queue_hdl()
|
/linux-6.1.9/drivers/staging/r8188eu/include/ |
D | rtw_ap.h | 15 void update_beacon(struct adapter *padapter, u8 ie_id,
|
/linux-6.1.9/drivers/staging/rtl8723bs/include/ |
D | rtw_ap.h | 13 void update_beacon(struct adapter *padapter, u8 ie_id, u8 *oui, u8 tx);
|
/linux-6.1.9/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_linux.c | 1039 update_beacon(padapter, WLAN_EID_VENDOR_SPECIFIC, wps_oui, true); in rtw_set_wps_beacon()
|