Searched refs:NL80211_ATTR_IE (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 213 NL80211_ATTR_IE, enumerator 457 #define NL80211_ATTR_IE NL80211_ATTR_IE macro
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 560 [NL80211_ATTR_IE] = NLA_POLICY_VALIDATE_FN(NLA_BINARY, 5540 if (attrs[NL80211_ATTR_IE]) { in nl80211_parse_beacon() 5541 bcn->beacon_ies = nla_data(attrs[NL80211_ATTR_IE]); in nl80211_parse_beacon() 5542 bcn->beacon_ies_len = nla_len(attrs[NL80211_ATTR_IE]); in nl80211_parse_beacon() 6728 nla_put(msg, NL80211_ATTR_IE, sinfo->assoc_req_ies_len, in nl80211_send_station() 9192 if (info->attrs[NL80211_ATTR_IE]) in nl80211_trigger_scan() 9193 ie_len = nla_len(info->attrs[NL80211_ATTR_IE]); in nl80211_trigger_scan() 9299 if (info->attrs[NL80211_ATTR_IE]) { in nl80211_trigger_scan() 9300 request->ie_len = nla_len(info->attrs[NL80211_ATTR_IE]); in nl80211_trigger_scan() 9302 nla_data(info->attrs[NL80211_ATTR_IE]), in nl80211_trigger_scan() [all...] |
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 499 [NL80211_ATTR_IE] = NLA_POLICY_VALIDATE_FN(NLA_BINARY, 4838 if (attrs[NL80211_ATTR_IE]) { in nl80211_parse_beacon() 4839 bcn->beacon_ies = nla_data(attrs[NL80211_ATTR_IE]); in nl80211_parse_beacon() 4840 bcn->beacon_ies_len = nla_len(attrs[NL80211_ATTR_IE]); in nl80211_parse_beacon() 5806 nla_put(msg, NL80211_ATTR_IE, sinfo->assoc_req_ies_len, in nl80211_send_station() 8115 if (info->attrs[NL80211_ATTR_IE]) in nl80211_trigger_scan() 8116 ie_len = nla_len(info->attrs[NL80211_ATTR_IE]); in nl80211_trigger_scan() 8225 if (info->attrs[NL80211_ATTR_IE]) { in nl80211_trigger_scan() 8226 request->ie_len = nla_len(info->attrs[NL80211_ATTR_IE]); in nl80211_trigger_scan() 8228 nla_data(info->attrs[NL80211_ATTR_IE]), in nl80211_trigger_scan() [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nl80211.h | 356 * internally, the following attributes must be provided: %NL80211_ATTR_IE, 443 * %NL80211_ATTR_IE. If the command succeeds, the requested data will be 482 * using the %NL80211_ATTR_IE attribute. The first cycle of the 557 * authentication type. %NL80211_ATTR_IE is used to define IEs 614 * IEs in %NL80211_ATTR_IE, %NL80211_ATTR_AUTH_TYPE, 630 * Driver shall not modify the IEs specified through %NL80211_ATTR_IE if 632 * included, these IEs through %NL80211_ATTR_IE are specified by the user 1061 * only the %NL80211_ATTR_IE data is used and updated with this command. 1571 * @NL80211_ATTR_IE: Information element(s) data (used, e.g., with 2596 NL80211_ATTR_IE, enumerator 3045 #define NL80211_ATTR_IE global() macro [all...] |
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nl80211.h | 401 * internally, the following attributes must be provided: %NL80211_ATTR_IE, 489 * %NL80211_ATTR_IE. If the command succeeds, the requested data will be 528 * using the %NL80211_ATTR_IE attribute. The first cycle of the 603 * authentication type. %NL80211_ATTR_IE is used to define IEs 660 * IEs in %NL80211_ATTR_IE, %NL80211_ATTR_AUTH_TYPE, 676 * Driver shall not modify the IEs specified through %NL80211_ATTR_IE if 678 * included, these IEs through %NL80211_ATTR_IE are specified by the user 1120 * only the %NL80211_ATTR_IE data is used and updated with this command. 1733 * @NL80211_ATTR_IE: Information element(s) data (used, e.g., with 2884 NL80211_ATTR_IE, enumerator 3382 #define NL80211_ATTR_IE global() macro [all...] |
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 238 NL80211_ATTR_IE, enumerator 511 #define NL80211_ATTR_IE NL80211_ATTR_IE macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 238 NL80211_ATTR_IE, enumerator 511 #define NL80211_ATTR_IE NL80211_ATTR_IE macro
|
Completed in 69 milliseconds