Searched refs:NL80211_ATTR_FRAME (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | nl80211_copy.h | 496 * included %NL80211_ATTR_FRAME attribute contains the management frame 499 * case the %NL80211_ATTR_FRAME attribute is replaced with a 635 * user space application). %NL80211_ATTR_FRAME is used to specify the 655 * the TX command and %NL80211_ATTR_FRAME includes the contents of the 1000 * has been received. %NL80211_ATTR_FRAME is used to specify the 1085 * peer MAC address and %NL80211_ATTR_FRAME is used to specify the frame 1500 * @NL80211_ATTR_FRAME: frame data (binary attribute), including frame header 2424 NL80211_ATTR_FRAME, enumerator 2824 #define NL80211_ATTR_FRAME NL80211_ATTR_FRAME macro [all...] |
H A D | driver_nl80211_event.c | 2515 mlme_event(bss, cmd, tb[NL80211_ATTR_FRAME], in do_process_drv_event() 2704 mlme_event(bss, gnlh->cmd, tb[NL80211_ATTR_FRAME], in process_bss_event()
|
H A D | driver_nl80211.c | 725 if (!tb[NL80211_ATTR_FRAME]) in process_beacon_event() 731 event.rx_mgmt.frame = nla_data(tb[NL80211_ATTR_FRAME]); in process_beacon_event() 732 event.rx_mgmt.frame_len = nla_len(tb[NL80211_ATTR_FRAME]); in process_beacon_event() 7414 nla_put(msg, NL80211_ATTR_FRAME, buf_len, buf)) in nl80211_send_frame_cmd() 9743 nla_put(msg, NL80211_ATTR_FRAME, len, eth)) { in nl80211_probe_mesh_link()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | nl80211_copy.h | 565 * included %NL80211_ATTR_FRAME attribute contains the management frame 568 * case the %NL80211_ATTR_FRAME attribute is replaced with a 716 * user space application). %NL80211_ATTR_FRAME is used to specify the 738 * the TX command and %NL80211_ATTR_FRAME includes the contents of the 1082 * has been received. %NL80211_ATTR_FRAME is used to specify the 1167 * peer MAC address and %NL80211_ATTR_FRAME is used to specify the frame 1180 * %NL80211_ATTR_COOKIE identifies the TX command and %NL80211_ATTR_FRAME 1632 * @NL80211_ATTR_FRAME: frame data (binary attribute), including frame header 2666 NL80211_ATTR_FRAME, enumerator 3157 #define NL80211_ATTR_FRAME NL80211_ATTR_FRAM macro [all...] |
H A D | driver_nl80211_event.c | 3206 !tb[NL80211_ATTR_FRAME] || 3221 nla_data(tb[NL80211_ATTR_FRAME]), 3222 nla_len(tb[NL80211_ATTR_FRAME])); 3279 struct nlattr *frame = tb[NL80211_ATTR_FRAME]; 3390 mlme_event(bss, cmd, tb[NL80211_ATTR_FRAME], 3640 mlme_event(bss, gnlh->cmd, tb[NL80211_ATTR_FRAME],
|
H A D | driver_nl80211.c | 903 if (!tb[NL80211_ATTR_FRAME]) in process_beacon_event() 909 event.rx_mgmt.frame = nla_data(tb[NL80211_ATTR_FRAME]); in process_beacon_event() 910 event.rx_mgmt.frame_len = nla_len(tb[NL80211_ATTR_FRAME]); in process_beacon_event() 5890 nla_put(msg, NL80211_ATTR_FRAME, len, buf) || in nl80211_tx_control_port() 8510 nla_put(msg, NL80211_ATTR_FRAME, buf_len, buf)) 11181 nla_put(msg, NL80211_ATTR_FRAME, len, eth)) {
|
Completed in 49 milliseconds