Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_ext_scan.c3322 struct wifi_epno_network_params *nw) in hdd_extscan_epno_fill_network() argument
3358 nw->ssid.length = ssid_len; in hdd_extscan_epno_fill_network()
3361 qdf_mem_copy(nw->ssid.ssid, ssid, ssid_len); in hdd_extscan_epno_fill_network()
3363 QDF_SSID_REF(nw->ssid.length, nw->ssid.ssid)); in hdd_extscan_epno_fill_network()
3371 nw->flags = nla_get_u8(tb[id]); in hdd_extscan_epno_fill_network()
3372 hdd_debug("flags %u", nw->flags); in hdd_extscan_epno_fill_network()
3380 nw->auth_bit_field = nla_get_u8(tb[id]); in hdd_extscan_epno_fill_network()
3381 hdd_debug("auth bit %u", nw->auth_bit_field); in hdd_extscan_epno_fill_network()
3404 struct wifi_epno_network_params *nw; in hdd_extscan_epno_fill_network_list() local
3420 nw = &req_msg->networks[index++]; in hdd_extscan_epno_fill_network_list()
[all …]
/wlan-driver/wpa_supplicant_8/wpa_supplicant/examples/
H A Dp2p-action.sh