Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dnl80211.h2067 NL80211_ATTR_CH_SWITCH_COUNT, enumerator
/linux-4.1.27/net/wireless/
Dnl80211.c374 [NL80211_ATTR_CH_SWITCH_COUNT] = { .type = NLA_U32 },
6402 !info->attrs[NL80211_ATTR_CH_SWITCH_COUNT]) in nl80211_channel_switch()
6412 cs_count = nla_get_u32(info->attrs[NL80211_ATTR_CH_SWITCH_COUNT]); in nl80211_channel_switch()
12375 (nla_put_u32(msg, NL80211_ATTR_CH_SWITCH_COUNT, count))) in nl80211_ch_switch_notify()