Searched refs:keep_alive_pattern (Results 1 – 4 of 4) sorted by relevance
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/ |
| D | rtw_pwrctrl.h | 554 u8 keep_alive_pattern[WLAN_MAX_KEEP_ALIVE_IE_LEN]; member
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/ |
| D | ioctl_linux.c | 8063 _rtw_memset(pwrpriv->keep_alive_pattern,0,WLAN_MAX_KEEP_ALIVE_IE_LEN); 8110 pwrpriv->keep_alive_pattern[len] = key_2char2num(tx_pattern[i], tx_pattern[i + 1]); 8111 RTW_INFO("[0x%x] ",pwrpriv->keep_alive_pattern[len]);
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/ |
| D | hal_com.c | 8450 _rtw_memcpy(pwlanhdr->addr2, pwrpriv->keep_alive_pattern+6, ETH_ALEN); in rtw_hal_construct_keepalive() 8451 _rtw_memcpy(pwlanhdr->addr3,pwrpriv->keep_alive_pattern, ETH_ALEN); in rtw_hal_construct_keepalive() 8501 _rtw_memcpy(pKeepAlivePkt,pwrpriv->keep_alive_pattern+12,pwrpriv->keep_alive_pattern_len-12); in rtw_hal_construct_keepalive()
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/ |
| D | rtw_debug.c | 5937 RTW_PRINT_SEL(m,"[0x%x] ",pwrpriv->keep_alive_pattern[i]); in proc_dump_wow_keep_alive_info()
|