Home
last modified time | relevance | path

Searched refs:sdo_hdr (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfg80211.c18437 sdo_event_t sdo_hdr; in wl_svc_resp_handler() local
18473 bzero(&sdo_hdr, sizeof(sdo_event_t)); in wl_svc_resp_handler()
18474 sdo_hdr.freq = wl_channel_to_frequency(gas->channel, WL_CHANSPEC_BAND_2G); in wl_svc_resp_handler()
18475 sdo_hdr.count = gas->count; in wl_svc_resp_handler()
18476 memcpy(sdo_hdr.addr, dst_mac, ETH_ALEN); in wl_svc_resp_handler()
18481 MAC2STRDBG(dst_mac), data_len, sdo_hdr.count)); in wl_svc_resp_handler()
18490 tot_len, (u8 *)&sdo_hdr, sizeof(sdo_event_t)) < 0) in wl_svc_resp_handler()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfg80211.c18239 sdo_event_t sdo_hdr; in wl_svc_resp_handler() local
18275 bzero(&sdo_hdr, sizeof(sdo_event_t)); in wl_svc_resp_handler()
18276 sdo_hdr.freq = wl_channel_to_frequency(gas->channel, WL_CHANSPEC_BAND_2G); in wl_svc_resp_handler()
18277 sdo_hdr.count = gas->count; in wl_svc_resp_handler()
18278 memcpy(sdo_hdr.addr, dst_mac, ETH_ALEN); in wl_svc_resp_handler()
18283 MAC2STRDBG(dst_mac), data_len, sdo_hdr.count)); in wl_svc_resp_handler()
18292 tot_len, (u8 *)&sdo_hdr, sizeof(sdo_event_t)) < 0) in wl_svc_resp_handler()