Searched refs:NL80211_ATTR_CH_SWITCH_COUNT (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 354 NL80211_ATTR_CH_SWITCH_COUNT, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nl80211.h | 885 * after %NL80211_ATTR_CH_SWITCH_COUNT TBTT's. The userspace may 948 * %NL80211_ATTR_CH_SWITCH_COUNT parameter) and then change to the 2076 * @NL80211_ATTR_CH_SWITCH_COUNT: u32 attribute specifying the number of TBTT's 2833 NL80211_ATTR_CH_SWITCH_COUNT, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nl80211.h | 944 * after %NL80211_ATTR_CH_SWITCH_COUNT TBTT's. The userspace may 1007 * %NL80211_ATTR_CH_SWITCH_COUNT parameter) and then change to the 2246 * @NL80211_ATTR_CH_SWITCH_COUNT: u32 attribute specifying the number of TBTT's 3121 NL80211_ATTR_CH_SWITCH_COUNT, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 379 NL80211_ATTR_CH_SWITCH_COUNT, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 379 NL80211_ATTR_CH_SWITCH_COUNT, enumerator
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 619 [NL80211_ATTR_CH_SWITCH_COUNT] = { .type = NLA_U32 }, 9047 !info->attrs[NL80211_ATTR_CH_SWITCH_COUNT]) in nl80211_channel_switch() 9057 cs_count = nla_get_u32(info->attrs[NL80211_ATTR_CH_SWITCH_COUNT]); in nl80211_channel_switch() 17127 (nla_put_u32(msg, NL80211_ATTR_CH_SWITCH_COUNT, count))) in nl80211_ch_switch_notify()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 680 [NL80211_ATTR_CH_SWITCH_COUNT] = { .type = NLA_U32 }, 10139 !info->attrs[NL80211_ATTR_CH_SWITCH_COUNT]) in nl80211_channel_switch() 10149 cs_count = nla_get_u32(info->attrs[NL80211_ATTR_CH_SWITCH_COUNT]); in nl80211_channel_switch() 19398 if (nla_put_u32(msg, NL80211_ATTR_CH_SWITCH_COUNT, count)) in nl80211_ch_switch_notify()
|
Completed in 82 milliseconds