Searched refs:NL80211_ATTR_DURATION (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | nl80211_copy.h | 599 * %NL80211_ATTR_DURATION is used to specify the duration in milliseconds 641 * specified using %NL80211_ATTR_DURATION. When called, this operation 1636 * @NL80211_ATTR_DURATION: Duration of an operation in milliseconds, u32. 2482 NL80211_ATTR_DURATION, enumerator
|
H A D | driver_nl80211_event.c | 1050 if (tb[NL80211_ATTR_DURATION]) in mlme_event_remain_on_channel() 1051 duration = nla_get_u32(tb[NL80211_ATTR_DURATION]); in mlme_event_remain_on_channel()
|
H A D | driver_nl80211.c | 7406 (wait && nla_put_u32(msg, NL80211_ATTR_DURATION, wait)) || in nl80211_send_frame_cmd() 7563 nla_put_u32(msg, NL80211_ATTR_DURATION, duration)) { in wpa_driver_nl80211_remain_on_channel()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | nl80211_copy.h | 676 * %NL80211_ATTR_DURATION is used to specify the duration in milliseconds 722 * specified using %NL80211_ATTR_DURATION. When called, this operation 1769 * @NL80211_ATTR_DURATION: Duration of an operation in milliseconds, u32. 2724 NL80211_ATTR_DURATION, enumerator
|
H A D | driver_nl80211_event.c | 1607 if (tb[NL80211_ATTR_DURATION]) 1608 duration = nla_get_u32(tb[NL80211_ATTR_DURATION]);
|
H A D | driver_nl80211.c | 8502 (wait && nla_put_u32(msg, NL80211_ATTR_DURATION, wait)) || 8685 nla_put_u32(msg, NL80211_ATTR_DURATION, duration)) {
|
Completed in 53 milliseconds