OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nl_cmd
(Results
1 - 4
of
4
) sorted by null
/external/iw/
info.c
105
struct nlattr *
nl_cmd
;
local
427
nla_for_each_nested(
nl_cmd
, tb_msg[NL80211_ATTR_SUPPORTED_COMMANDS], rem_cmd)
428
printf("\t\t * %s\n", command_name(nla_get_u32(
nl_cmd
)));
/hardware/qcom/wlan/qcwcn/wifi_hal/
common.h
70
int
nl_cmd
;
member in struct:__anon34290
/external/wpa_supplicant_8/src/drivers/
driver_nl80211_capa.c
224
struct nlattr *
nl_cmd
;
local
230
nla_for_each_nested(
nl_cmd
, tb, i) {
231
switch (nla_get_u32(
nl_cmd
)) {
[
all
...]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h
144
int
nl_cmd
;
member in struct:__anon29732
Completed in 53 milliseconds