Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfg80211.c808 wl_sdo_proto_t wl_sdo_protos [] = { variable
18509 if (strncmp(proto_str, wl_sdo_protos[i].str, strlen(wl_sdo_protos[i].str)) == 0) { in wl_cfg80211_DsdOffloadParseProto()
18510 WL_SD(("Matching proto (%d) found \n", wl_sdo_protos[i].val)); in wl_cfg80211_DsdOffloadParseProto()
18511 *proto = wl_sdo_protos[i].val; in wl_cfg80211_DsdOffloadParseProto()
18512 len = strlen(wl_sdo_protos[i].str); in wl_cfg80211_DsdOffloadParseProto()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfg80211.c794 wl_sdo_proto_t wl_sdo_protos [] = { variable
18311 if (strncmp(proto_str, wl_sdo_protos[i].str, strlen(wl_sdo_protos[i].str)) == 0) { in wl_cfg80211_DsdOffloadParseProto()
18312 WL_SD(("Matching proto (%d) found \n", wl_sdo_protos[i].val)); in wl_cfg80211_DsdOffloadParseProto()
18313 *proto = wl_sdo_protos[i].val; in wl_cfg80211_DsdOffloadParseProto()
18314 len = strlen(wl_sdo_protos[i].str); in wl_cfg80211_DsdOffloadParseProto()