Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-wifi.c42 uint32_t ifindex, wlan_iftype; in manager_genl_process_nl80211_config() local
111 r = sd_netlink_message_read_u32(message, NL80211_ATTR_IFTYPE, &wlan_iftype); in manager_genl_process_nl80211_config()
136 strna(nl80211_iftype_to_string(wlan_iftype)), strna(ssid)); in manager_genl_process_nl80211_config()
141 link->wlan_iftype = wlan_iftype; in manager_genl_process_nl80211_config()
146 link->wlan_iftype = NL80211_IFTYPE_UNSPECIFIED; in manager_genl_process_nl80211_config()
229 link->wlan_iftype == NL80211_IFTYPE_STATION && link->ssid) in manager_genl_process_nl80211_mlme()
269 if (link->wlan_iftype == NL80211_IFTYPE_STATION && link->ssid) in manager_genl_process_nl80211_mlme()
Dnetworkd-link.h76 enum nl80211_iftype wlan_iftype; member
Dnetworkd-json.c1191 … JSON_BUILD_PAIR_CONDITION(link->wlan_iftype > 0, "WirelessLanInterfaceType", in link_build_json()
1192 JSON_BUILD_UNSIGNED(link->wlan_iftype)), in link_build_json()
1193 … JSON_BUILD_PAIR_CONDITION(link->wlan_iftype > 0, "WirelessLanInterfaceTypeString", in link_build_json()
1194 … JSON_BUILD_STRING(nl80211_iftype_to_string(link->wlan_iftype))), in link_build_json()
Dnetworkctl.c341 enum nl80211_iftype wlan_iftype; member
697 r = wifi_get_interface(genl, link->ifindex, &link->wlan_iftype, &link->ssid); in acquire_wlan_link_info()
701 if (link->wlan_iftype == NL80211_IFTYPE_STATION) { in acquire_wlan_link_info()
Dnetworkd-manager.c837 if (link->wlan_iftype != NL80211_IFTYPE_STATION) in manager_enumerate_nl80211_mlme()
Dnetworkd-link.c1171 link->wlan_iftype, in link_get_network()
1660 else if (link->network->bond && link->wlan_iftype > 0) in link_carrier_lost()
Dnetworkd-network-gperf.gperf56 … 0, offsetof(Network, match.wlan_iftype)
/systemd-251/src/shared/
Dnet-condition.c28 match->wlan_iftype = strv_free(match->wlan_iftype); in net_match_clear()
45 strv_isempty(match->wlan_iftype) && in net_match_is_empty()
130 enum nl80211_iftype wlan_iftype, in net_match_config() argument
171 if (!net_condition_test_strv(match->wlan_iftype, nl80211_iftype_to_string(wlan_iftype))) in net_match_config()
Dnet-condition.h22 char **wlan_iftype; member
40 enum nl80211_iftype wlan_iftype,