HomeSort by: relevance | last modified time | path
    Searched refs:NL80211_ATTR_FRAME (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/drivers/
nl80211_copy.h 620 * included %NL80211_ATTR_FRAME attribute contains the management frame
623 * case the %NL80211_ATTR_FRAME attribute is replaced with a
771 * user space application). %NL80211_ATTR_FRAME is used to specify the
800 * the TX command and %NL80211_ATTR_FRAME includes the contents of the
1146 * has been received. %NL80211_ATTR_FRAME is used to specify the
1254 * peer MAC address and %NL80211_ATTR_FRAME is used to specify the frame
1267 * %NL80211_ATTR_COOKIE identifies the TX command and %NL80211_ATTR_FRAME
1770 * @NL80211_ATTR_FRAME: frame data (binary attribute), including frame header
2909 NL80211_ATTR_FRAME,
3396 #define NL80211_ATTR_FRAME NL80211_ATTR_FRAM
    [all...]
driver_nl80211_event.c 3677 !tb[NL80211_ATTR_FRAME] ||
3699 nla_data(tb[NL80211_ATTR_FRAME]),
3700 nla_len(tb[NL80211_ATTR_FRAME]),
3861 struct nlattr *frame = tb[NL80211_ATTR_FRAME];
3966 mlme_event(bss, cmd, tb[NL80211_ATTR_FRAME],
4245 mlme_event(bss, gnlh->cmd, tb[NL80211_ATTR_FRAME],
driver_nl80211.c 892 if (!tb[NL80211_ATTR_FRAME])
898 event.rx_mgmt.frame = nla_data(tb[NL80211_ATTR_FRAME]);
899 event.rx_mgmt.frame_len = nla_len(tb[NL80211_ATTR_FRAME]);
6210 nla_put(msg, NL80211_ATTR_FRAME, len, buf) ||
9062 nla_put(msg, NL80211_ATTR_FRAME, buf_len, buf))
12174 nla_put(msg, NL80211_ATTR_FRAME, len, eth)) {

Completed in 25 milliseconds