Home
last modified time | relevance | path

Searched refs:bcn_recv (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfgscan.c249 wl_bcnrecv_result_t *bcn_recv = NULL; in wl_bcnrecv_result_handler() local
273 bcn_recv = (wl_bcnrecv_result_t *)MALLOCZ(cfg->osh, sizeof(*bcn_recv)); in wl_bcnrecv_result_handler()
274 if (unlikely(!bcn_recv)) { in wl_bcnrecv_result_handler()
279 (void)memcpy_s((char *)bcn_recv->SSID, DOT11_MAX_SSID_LEN, in wl_bcnrecv_result_handler()
282 (void)memcpy_s(&bcn_recv->BSSID, ETHER_ADDR_LEN, &bi->BSSID, ETH_ALEN); in wl_bcnrecv_result_handler()
283 bcn_recv->channel = wf_chspec_ctlchan( in wl_bcnrecv_result_handler()
285 bcn_recv->beacon_interval = bi->beacon_period; in wl_bcnrecv_result_handler()
289 bcn_recv->system_time = ((u64)ts.tv_sec*1000000) in wl_bcnrecv_result_handler()
291 bcn_recv->timestamp[0] = bi->timestamp[0]; in wl_bcnrecv_result_handler()
292 bcn_recv->timestamp[1] = bi->timestamp[1]; in wl_bcnrecv_result_handler()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfgscan.c249 wl_bcnrecv_result_t *bcn_recv = NULL; in wl_bcnrecv_result_handler() local
268 bcn_recv = (wl_bcnrecv_result_t *)MALLOCZ(cfg->osh, sizeof(*bcn_recv)); in wl_bcnrecv_result_handler()
269 if (unlikely(!bcn_recv)) { in wl_bcnrecv_result_handler()
274 (void)memcpy_s((char *)bcn_recv->SSID, DOT11_MAX_SSID_LEN, in wl_bcnrecv_result_handler()
277 (void)memcpy_s(&bcn_recv->BSSID, ETHER_ADDR_LEN, &bi->BSSID, ETH_ALEN); in wl_bcnrecv_result_handler()
278 bcn_recv->channel = wf_chspec_ctlchan( in wl_bcnrecv_result_handler()
280 bcn_recv->beacon_interval = bi->beacon_period; in wl_bcnrecv_result_handler()
284 bcn_recv->system_time = ((u64)ts.tv_sec*1000000) in wl_bcnrecv_result_handler()
286 bcn_recv->timestamp[0] = bi->timestamp[0]; in wl_bcnrecv_result_handler()
287 bcn_recv->timestamp[1] = bi->timestamp[1]; in wl_bcnrecv_result_handler()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfgscan.c249 wl_bcnrecv_result_t *bcn_recv = NULL; in wl_bcnrecv_result_handler() local
273 bcn_recv = (wl_bcnrecv_result_t *)MALLOCZ(cfg->osh, sizeof(*bcn_recv)); in wl_bcnrecv_result_handler()
274 if (unlikely(!bcn_recv)) { in wl_bcnrecv_result_handler()
279 (void)memcpy_s((char *)bcn_recv->SSID, DOT11_MAX_SSID_LEN, in wl_bcnrecv_result_handler()
282 (void)memcpy_s(&bcn_recv->BSSID, ETHER_ADDR_LEN, &bi->BSSID, ETH_ALEN); in wl_bcnrecv_result_handler()
283 bcn_recv->channel = wf_chspec_ctlchan( in wl_bcnrecv_result_handler()
285 bcn_recv->beacon_interval = bi->beacon_period; in wl_bcnrecv_result_handler()
289 bcn_recv->system_time = ((u64)ts.tv_sec*1000000) in wl_bcnrecv_result_handler()
291 bcn_recv->timestamp[0] = bi->timestamp[0]; in wl_bcnrecv_result_handler()
292 bcn_recv->timestamp[1] = bi->timestamp[1]; in wl_bcnrecv_result_handler()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgscan.c786 wl_bcnrecv_result_t *bcn_recv = NULL; in wl_bcnrecv_result_handler() local
805 bcn_recv = (wl_bcnrecv_result_t *)MALLOCZ(cfg->osh, sizeof(*bcn_recv)); in wl_bcnrecv_result_handler()
806 if (unlikely(!bcn_recv)) { in wl_bcnrecv_result_handler()
811 (void)memcpy_s((char *)bcn_recv->SSID, DOT11_MAX_SSID_LEN, in wl_bcnrecv_result_handler()
814 (void)memcpy_s(&bcn_recv->BSSID, ETHER_ADDR_LEN, &bi->BSSID, ETH_ALEN); in wl_bcnrecv_result_handler()
815 bcn_recv->channel = wf_chspec_ctlchan( in wl_bcnrecv_result_handler()
817 bcn_recv->beacon_interval = bi->beacon_period; in wl_bcnrecv_result_handler()
821 bcn_recv->system_time = ((u64)ts.tv_sec*1000000) in wl_bcnrecv_result_handler()
823 bcn_recv->timestamp[0] = bi->timestamp[0]; in wl_bcnrecv_result_handler()
824 bcn_recv->timestamp[1] = bi->timestamp[1]; in wl_bcnrecv_result_handler()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgscan.c782 wl_bcnrecv_result_t *bcn_recv = NULL; in wl_bcnrecv_result_handler() local
801 bcn_recv = (wl_bcnrecv_result_t *)MALLOCZ(cfg->osh, sizeof(*bcn_recv)); in wl_bcnrecv_result_handler()
802 if (unlikely(!bcn_recv)) { in wl_bcnrecv_result_handler()
807 (void)memcpy_s((char *)bcn_recv->SSID, DOT11_MAX_SSID_LEN, in wl_bcnrecv_result_handler()
810 (void)memcpy_s(&bcn_recv->BSSID, ETHER_ADDR_LEN, &bi->BSSID, ETH_ALEN); in wl_bcnrecv_result_handler()
811 bcn_recv->channel = wf_chspec_ctlchan( in wl_bcnrecv_result_handler()
813 bcn_recv->beacon_interval = bi->beacon_period; in wl_bcnrecv_result_handler()
817 bcn_recv->system_time = ((u64)ts.tv_sec*1000000) in wl_bcnrecv_result_handler()
819 bcn_recv->timestamp[0] = bi->timestamp[0]; in wl_bcnrecv_result_handler()
820 bcn_recv->timestamp[1] = bi->timestamp[1]; in wl_bcnrecv_result_handler()
[all …]