Home
last modified time | relevance | path

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

/drivers/net/wireless/hostap/
DMakefile2 hostap_ioctl.o hostap_main.o hostap_proc.o
Dhostap_main.c1099 struct proc_dir_entry *hostap_proc; variable
1104 hostap_proc = proc_mkdir("hostap", init_net.proc_net); in hostap_init()
1105 if (!hostap_proc) in hostap_init()
1109 hostap_proc = NULL; in hostap_init()
1117 if (hostap_proc != NULL) { in hostap_exit()
1118 hostap_proc = NULL; in hostap_exit()
Dhostap_proc.c456 if (hostap_proc == NULL) { in hostap_init_proc()
462 local->proc = proc_mkdir(local->ddev->name, hostap_proc); in hostap_init_proc()
499 remove_proc_subtree(local->ddev->name, hostap_proc); in hostap_remove_proc()
Dhostap.h16 extern struct proc_dir_entry *hostap_proc;