Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c2697 struct nlattr *nestedSsid = NULL; in SsidToMsg() local
2705 nestedSsid = nla_nest_start(msg, NL80211_ATTR_SCAN_SSIDS); in SsidToMsg()
2706 if (nestedSsid == NULL) { in SsidToMsg()
2719 nla_nest_end(msg, nestedSsid); in SsidToMsg()