Home
last modified time | relevance | path

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

/net/bluetooth/
Dmgmt.c810 u32 settings = 0; in get_supported_settings() local
812 settings |= MGMT_SETTING_POWERED; in get_supported_settings()
813 settings |= MGMT_SETTING_BONDABLE; in get_supported_settings()
814 settings |= MGMT_SETTING_DEBUG_KEYS; in get_supported_settings()
815 settings |= MGMT_SETTING_CONNECTABLE; in get_supported_settings()
816 settings |= MGMT_SETTING_DISCOVERABLE; in get_supported_settings()
820 settings |= MGMT_SETTING_FAST_CONNECTABLE; in get_supported_settings()
821 settings |= MGMT_SETTING_BREDR; in get_supported_settings()
822 settings |= MGMT_SETTING_LINK_SECURITY; in get_supported_settings()
825 settings |= MGMT_SETTING_SSP; in get_supported_settings()
[all …]
/net/mac80211/
Dmesh.c1060 csa->settings.chandef.chan->center_freq); in ieee80211_mesh_build_beacon()
1061 bcn->cntdwn_current_counter = csa->settings.count; in ieee80211_mesh_build_beacon()
1063 *pos++ = csa->settings.count; in ieee80211_mesh_build_beacon()
1072 *pos++ |= csa->settings.block_tx ? in ieee80211_mesh_build_beacon()
1079 switch (csa->settings.chandef.width) { in ieee80211_mesh_build_beacon()
1086 ct = cfg80211_get_chandef_type(&csa->settings.chandef); in ieee80211_mesh_build_beacon()
1103 chandef = &csa->settings.chandef; in ieee80211_mesh_build_beacon()
1575 memcpy(&tmp_csa_settings->settings, csa_settings, in ieee80211_mesh_csa_beacon()
DKconfig104 This option collects various mac80211 debug settings.
Dieee80211_i.h637 struct cfg80211_csa_settings settings; member
/net/wireless/
Dtrace.h574 struct cfg80211_ap_settings *settings),
575 TP_ARGS(wiphy, netdev, settings),
593 CHAN_DEF_ASSIGN(&settings->chandef);
594 __entry->beacon_interval = settings->beacon_interval;
595 __entry->dtim_period = settings->dtim_period;
596 __entry->hidden_ssid = settings->hidden_ssid;
597 __entry->wpa_ver = settings->crypto.wpa_versions;
598 __entry->privacy = settings->privacy;
599 __entry->auth_type = settings->auth_type;
600 __entry->inactivity_timeout = settings->inactivity_timeout;
[all …]
Dnl80211.c36 struct cfg80211_crypto_settings *settings,
10884 struct cfg80211_crypto_settings *settings, in nl80211_crypto_settings() argument
10887 memset(settings, 0, sizeof(*settings)); in nl80211_crypto_settings()
10889 settings->control_port = info->attrs[NL80211_ATTR_CONTROL_PORT]; in nl80211_crypto_settings()
10896 settings->control_port_ethertype = cpu_to_be16(proto); in nl80211_crypto_settings()
10901 settings->control_port_no_encrypt = true; in nl80211_crypto_settings()
10903 settings->control_port_ethertype = cpu_to_be16(ETH_P_PAE); in nl80211_crypto_settings()
10911 settings->control_port_over_nl80211 = true; in nl80211_crypto_settings()
10914 settings->control_port_no_preauth = true; in nl80211_crypto_settings()
10923 settings->n_ciphers_pairwise = len / sizeof(u32); in nl80211_crypto_settings()
[all …]
Drdev-ops.h165 struct cfg80211_ap_settings *settings) in rdev_start_ap() argument
168 trace_rdev_start_ap(&rdev->wiphy, dev, settings); in rdev_start_ap()
169 ret = rdev->ops->start_ap(&rdev->wiphy, dev, settings); in rdev_start_ap()
/net/sched/
DKconfig787 Say Y here to change skb priority or queue_mapping settings.