Lines Matching defs:add
1019 /* 0 is the first index - add 1 to parse only once */
1058 /* since there is no private header just add the generic one */
1890 /* add HT info */
1903 /* add VHT info */
1939 /* add EDMG info */
1948 /* add bitrates */
2060 * do *NOT* add anything into this function, new things need to be
2562 /* add frequencies */
2695 * We can only add the per-channel limit information if the
7582 /* Can only add if TDLS ... */
9585 /* add other standalone attributes here */
9597 /* However, if there's no other matchset, add the RSSI one */
15134 /* 0 is the first index - add 1 to parse only once */
15136 /* add 1 to know if it was NULL */
16213 bool add)
16220 if ((add && !rdev->ops->add_link_station) ||
16221 (!add && !rdev->ops->mod_link_station))
16224 if (add && !info->attrs[NL80211_ATTR_MAC])
16230 if (add && !info->attrs[NL80211_ATTR_STA_SUPPORTED_RATES])
16297 if (add)