HomeSort by relevance Sort by last modified time
    Searched refs:ap_profile (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.h 128 struct ap_profile { struct
wl_iw.c 75 static int wl_iw_set_ap_security(struct net_device *dev, struct ap_profile *ap);
1007 static struct ap_profile my_ap;
1008 static int set_ap_cfg(struct net_device *dev, struct ap_profile *ap);
1066 int init_ap_profile_from_string(char *param_str, struct ap_profile *ap_cfg)
1073 memset(ap_cfg, 0, sizeof(struct ap_profile));
1109 struct ap_profile *ap_cfg = &my_ap;
1130 memset(ap_cfg, 0, sizeof(struct ap_profile));
    [all...]

Completed in 407 milliseconds