Searched refs:NL80211_ATTR_STA_AID (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | nl80211_copy.h | 1413 * @NL80211_ATTR_STA_AID: Association ID for the station (u16) 1970 * This is similar to @NL80211_ATTR_STA_AID but with a difference of being 2372 NL80211_ATTR_STA_AID, enumerator
|
H A D | driver_nl80211.c | 4589 if (nla_put_u16(msg, NL80211_ATTR_STA_AID, params->aid)) in wpa_driver_nl80211_sta_add() 4601 if (nla_put_u16(msg, NL80211_ATTR_STA_AID, 1)) in wpa_driver_nl80211_sta_add() 4618 if (nla_put_u16(msg, NL80211_ATTR_STA_AID, params->aid) || in wpa_driver_nl80211_sta_add()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | nl80211_copy.h | 1545 * @NL80211_ATTR_STA_AID: Association ID for the station (u16) 2111 * This is similar to @NL80211_ATTR_STA_AID but with a difference of being 2614 NL80211_ATTR_STA_AID, enumerator
|
H A D | driver_nl80211.c | 5403 if (nla_put_u16(msg, NL80211_ATTR_STA_AID, params->aid)) in wpa_driver_nl80211_sta_add() 5415 if (nla_put_u16(msg, NL80211_ATTR_STA_AID, 1)) in wpa_driver_nl80211_sta_add() 5432 if (nla_put_u16(msg, NL80211_ATTR_STA_AID, params->aid) || in wpa_driver_nl80211_sta_add()
|
Completed in 53 milliseconds