/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_ap.c | 246 update_beacon(padapter, _TIM_IE_, NULL, in expire_timeout_chk() 724 update_beacon(padapter, _TIM_IE_, NULL, false); in start_bss_network() 1208 void update_beacon(struct adapter *padapter, u8 ie_id, u8 *oui, u8 tx) in update_beacon() function 1367 update_beacon(padapter, 0xFF, NULL, true); in bss_cap_update_on_sta_join() 1379 update_beacon(padapter, 0xFF, NULL, true); in bss_cap_update_on_sta_join() 1392 update_beacon(padapter, _ERPINFO_IE_, NULL, true); in bss_cap_update_on_sta_join() 1403 update_beacon(padapter, _ERPINFO_IE_, NULL, true); in bss_cap_update_on_sta_join() 1417 update_beacon(padapter, 0xFF, NULL, true); in bss_cap_update_on_sta_join() 1429 update_beacon(padapter, 0xFF, NULL, true); in bss_cap_update_on_sta_join() 1477 update_beacon(padapter, _HT_CAPABILITY_IE_, NULL, false); in bss_cap_update_on_sta_join() [all …]
|
D | rtw_xmit.c | 1667 update_beacon(padapter, _TIM_IE_, NULL, false);/* tx bc/mc packets after update bcn */ in xmitframe_enqueue_for_sleeping_sta() 1718 update_beacon(padapter, _TIM_IE_, NULL, false); in xmitframe_enqueue_for_sleeping_sta() 1922 update_beacon(padapter, _TIM_IE_, NULL, false); in wakeup_sta_to_xmit() 1987 update_beacon(padapter, _TIM_IE_, NULL, false); in xmit_delivery_enabled_frames()
|
D | rtw_recv.c | 961 update_beacon(padapter, _TIM_IE_, NULL, false); in validate_recv_ctrl_frame() 979 update_beacon(padapter, _TIM_IE_, NULL, false); in validate_recv_ctrl_frame()
|
D | rtw_cmd.c | 1053 update_beacon(padapter, _TIM_IE_, NULL, false); in rtw_chk_hi_queue_hdl()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_ap.c | 326 update_beacon(padapter, _TIM_IE_, NULL, true); in expire_timeout_chk() 997 update_beacon(padapter, _TIM_IE_, NULL, true); in start_bss_network() 1900 void update_beacon(struct adapter *padapter, u8 ie_id, u8 *oui, u8 tx) in update_beacon() function 2115 update_beacon(padapter, 0xFF, NULL, true); in bss_cap_update_on_sta_join() 2132 update_beacon(padapter, 0xFF, NULL, true); in bss_cap_update_on_sta_join() 2149 update_beacon(padapter, _ERPINFO_IE_, NULL, true); in bss_cap_update_on_sta_join() 2165 update_beacon(padapter, _ERPINFO_IE_, NULL, true); in bss_cap_update_on_sta_join() 2184 update_beacon(padapter, 0xFF, NULL, true); in bss_cap_update_on_sta_join() 2201 update_beacon(padapter, 0xFF, NULL, true); in bss_cap_update_on_sta_join() 2257 update_beacon(padapter, _HT_CAPABILITY_IE_, NULL, false); in bss_cap_update_on_sta_join() [all …]
|
D | rtw_xmit.c | 2459 update_beacon(padapter, _TIM_IE_, NULL, true); in xmitframe_enqueue_for_sleeping_sta() 2527 update_beacon(padapter, _TIM_IE_, NULL, true); in xmitframe_enqueue_for_sleeping_sta() 2787 update_beacon(padapter, _TIM_IE_, NULL, true); in wakeup_sta_to_xmit() 2856 update_beacon(padapter, _TIM_IE_, NULL, true); in xmit_delivery_enabled_frames()
|
D | rtw_recv.c | 1184 update_beacon(padapter, _TIM_IE_, NULL, true); in validate_recv_ctrl_frame() 1210 update_beacon(padapter, _TIM_IE_, NULL, true); in validate_recv_ctrl_frame()
|
D | rtw_cmd.c | 1768 update_beacon(padapter, _TIM_IE_, NULL, true); in rtw_chk_hi_queue_hdl()
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | rtw_ap.h | 22 void update_beacon(struct adapter *padapter, u8 ie_id,
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | rtw_ap.h | 13 void update_beacon(struct adapter *padapter, u8 ie_id, u8 *oui, u8 tx);
|
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 2667 update_beacon(padapter, _VENDOR_SPECIFIC_IE_, wps_oui, true); in rtw_set_wps_beacon()
|
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_linux.c | 4038 update_beacon(padapter, _VENDOR_SPECIFIC_IE_, wps_oui, true); in rtw_set_wps_beacon()
|