OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NL80211_ATTR_MAC
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.c
[
all
...]
nl80211_copy.h
165
* by %NL80211_ATTR_KEY_IDX and/or %
NL80211_ATTR_MAC
.
169
* %NL80211_ATTR_KEY_IDX, %
NL80211_ATTR_MAC
, %NL80211_ATTR_KEY_CIPHER,
172
* or %
NL80211_ATTR_MAC
.
196
* %
NL80211_ATTR_MAC
on the interface identified by %NL80211_ATTR_IFINDEX.
198
* %
NL80211_ATTR_MAC
on the interface identified by %NL80211_ATTR_IFINDEX.
201
* @NL80211_CMD_DEL_STATION: Remove a station identified by %
NL80211_ATTR_MAC
206
* destination %
NL80211_ATTR_MAC
on the interface identified by
209
* destination %
NL80211_ATTR_MAC
on the interface identified by
212
* %
NL80211_ATTR_MAC
via %NL80211_ATTR_MPATH_NEXT_HOP.
214
* %
NL80211_ATTR_MAC
[
all
...]
/hardware/ti/wlan/mac80211/ti-utils/
nl80211.h
78
* by %NL80211_ATTR_KEY_IDX and/or %
NL80211_ATTR_MAC
.
82
* %NL80211_ATTR_KEY_IDX, %
NL80211_ATTR_MAC
, %NL80211_ATTR_KEY_CIPHER,
85
* or %
NL80211_ATTR_MAC
.
97
* %
NL80211_ATTR_MAC
on the interface identified by %NL80211_ATTR_IFINDEX.
99
* %
NL80211_ATTR_MAC
on the interface identified by %NL80211_ATTR_IFINDEX.
102
* @NL80211_CMD_DEL_STATION: Remove a station identified by %
NL80211_ATTR_MAC
107
* destination %
NL80211_ATTR_MAC
on the interface identified by
110
* destination %
NL80211_ATTR_MAC
on the interface identified by
114
* @NL80211_CMD_DEL_PATH: Remove a mesh path identified by %
NL80211_ATTR_MAC
200
* interface. %
NL80211_ATTR_MAC
is used to specify PeerSTAAddress (an
[
all
...]
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211_nl.c
120
NLA_PUT(msg,
NL80211_ATTR_MAC
, ETH_ALEN, drv->bssid);
nl80211.h
117
* by %NL80211_ATTR_KEY_IDX and/or %
NL80211_ATTR_MAC
.
121
* %NL80211_ATTR_KEY_IDX, %
NL80211_ATTR_MAC
, %NL80211_ATTR_KEY_CIPHER,
124
* or %
NL80211_ATTR_MAC
.
136
* %
NL80211_ATTR_MAC
on the interface identified by %NL80211_ATTR_IFINDEX.
138
* %
NL80211_ATTR_MAC
on the interface identified by %NL80211_ATTR_IFINDEX.
141
* @NL80211_CMD_DEL_STATION: Remove a station identified by %
NL80211_ATTR_MAC
146
* destination %
NL80211_ATTR_MAC
on the interface identified by
149
* destination %
NL80211_ATTR_MAC
on the interface identified by
153
* @NL80211_CMD_DEL_PATH: Remove a mesh path identified by %
NL80211_ATTR_MAC
239
* interface. %
NL80211_ATTR_MAC
is used to specify PeerSTAAddress (an
[
all
...]
Completed in 25 milliseconds