HomeSort by relevance Sort by last modified time
    Searched refs:NL80211_ATTR_FRAME (Results 1 - 4 of 4) sorted by null

  /hardware/ti/wlan/mac80211/ti-utils/
nl80211.h 213 * included %NL80211_ATTR_FRAME attribute contains the management frame
216 * case the %NL80211_ATTR_FRAME attribute is replaced with a
502 * @NL80211_ATTR_FRAME: frame data (binary attribute), including frame header
680 NL80211_ATTR_FRAME,
    [all...]
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
nl80211.h 252 * included %NL80211_ATTR_FRAME attribute contains the management frame
255 * case the %NL80211_ATTR_FRAME attribute is replaced with a
358 * user space application). %NL80211_ATTR_FRAME is used to specify the
369 * the TX command and %NL80211_ATTR_FRAME includes the contents of the
648 * @NL80211_ATTR_FRAME: frame data (binary attribute), including frame header
    [all...]
  /external/wpa_supplicant_8/src/drivers/
nl80211_copy.h 347 * included %NL80211_ATTR_FRAME attribute contains the management frame
350 * case the %NL80211_ATTR_FRAME attribute is replaced with a
457 * user space application). %NL80211_ATTR_FRAME is used to specify the
474 * the TX command and %NL80211_ATTR_FRAME includes the contents of the
    [all...]
driver_nl80211.c 648 if (!tb[NL80211_ATTR_FRAME])
654 event.rx_mgmt.frame = nla_data(tb[NL80211_ATTR_FRAME]);
655 event.rx_mgmt.frame_len = nla_len(tb[NL80211_ATTR_FRAME]);
    [all...]

Completed in 28 milliseconds