Home
last modified time | relevance | path

Searched refs:hostap_proc (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A DMakefile3 hostap_ioctl.o hostap_main.o hostap_proc.o
H A Dhostap_main.c1082 struct proc_dir_entry *hostap_proc; variable
1087 hostap_proc = proc_mkdir("hostap", init_net.proc_net); in hostap_init()
1088 if (!hostap_proc) in hostap_init()
1092 hostap_proc = NULL; in hostap_init()
1100 if (hostap_proc != NULL) { in hostap_exit()
1101 hostap_proc = NULL; in hostap_exit()
H A Dhostap.h19 extern struct proc_dir_entry *hostap_proc;
H A Dhostap_proc.c363 if (hostap_proc == NULL) { in hostap_init_proc()
369 local->proc = proc_mkdir(local->ddev->name, hostap_proc); in hostap_init_proc()