Searched refs:NL80211_ATTR_FRAME (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dnl80211_copy.h349 * included %NL80211_ATTR_FRAME attribute contains the management frame
352 * case the %NL80211_ATTR_FRAME attribute is replaced with a
459 * user space application). %NL80211_ATTR_FRAME is used to specify the
476 * the TX command and %NL80211_ATTR_FRAME includes the contents of the
1001 * @NL80211_ATTR_FRAME: frame data (binary attribute), including frame header
1518 NL80211_ATTR_FRAME, enumerator in enum:nl80211_attrs
1763 #define NL80211_ATTR_FRAME NL80211_ATTR_FRAME macro
H A Ddriver_nl80211.c856 if (!tb[NL80211_ATTR_FRAME])
862 event.rx_mgmt.frame = nla_data(tb[NL80211_ATTR_FRAME]);
863 event.rx_mgmt.frame_len = nla_len(tb[NL80211_ATTR_FRAME]);
2619 mlme_event(bss, cmd, tb[NL80211_ATTR_FRAME],
2799 mlme_event(bss, gnlh->cmd, tb[NL80211_ATTR_FRAME],
9292 NLA_PUT(msg, NL80211_ATTR_FRAME, buf_len, buf);
/external/wpa_supplicant_8/src/drivers/
H A Dnl80211_copy.h349 * included %NL80211_ATTR_FRAME attribute contains the management frame
352 * case the %NL80211_ATTR_FRAME attribute is replaced with a
459 * user space application). %NL80211_ATTR_FRAME is used to specify the
476 * the TX command and %NL80211_ATTR_FRAME includes the contents of the
1001 * @NL80211_ATTR_FRAME: frame data (binary attribute), including frame header
1518 NL80211_ATTR_FRAME, enumerator in enum:nl80211_attrs
1763 #define NL80211_ATTR_FRAME NL80211_ATTR_FRAME macro
H A Ddriver_nl80211.c856 if (!tb[NL80211_ATTR_FRAME])
862 event.rx_mgmt.frame = nla_data(tb[NL80211_ATTR_FRAME]);
863 event.rx_mgmt.frame_len = nla_len(tb[NL80211_ATTR_FRAME]);
2619 mlme_event(bss, cmd, tb[NL80211_ATTR_FRAME],
2799 mlme_event(bss, gnlh->cmd, tb[NL80211_ATTR_FRAME],
9292 NLA_PUT(msg, NL80211_ATTR_FRAME, buf_len, buf);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dnl80211_copy.h349 * included %NL80211_ATTR_FRAME attribute contains the management frame
352 * case the %NL80211_ATTR_FRAME attribute is replaced with a
459 * user space application). %NL80211_ATTR_FRAME is used to specify the
476 * the TX command and %NL80211_ATTR_FRAME includes the contents of the
1001 * @NL80211_ATTR_FRAME: frame data (binary attribute), including frame header
1518 NL80211_ATTR_FRAME, enumerator in enum:nl80211_attrs
1763 #define NL80211_ATTR_FRAME NL80211_ATTR_FRAME macro
H A Ddriver_nl80211.c856 if (!tb[NL80211_ATTR_FRAME])
862 event.rx_mgmt.frame = nla_data(tb[NL80211_ATTR_FRAME]);
863 event.rx_mgmt.frame_len = nla_len(tb[NL80211_ATTR_FRAME]);
2619 mlme_event(bss, cmd, tb[NL80211_ATTR_FRAME],
2799 mlme_event(bss, gnlh->cmd, tb[NL80211_ATTR_FRAME],
9292 NLA_PUT(msg, NL80211_ATTR_FRAME, buf_len, buf);

Completed in 102 milliseconds