HomeSort by relevance Sort by last modified time
    Searched refs:os_strncpy (Results 1 - 25 of 38) sorted by null

1 2

  /external/wpa_supplicant/
driver_wired.c 69 os_strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
93 os_strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
117 os_strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
182 os_strncpy(drv->ifname, ifname, sizeof(drv->ifname));
l2_packet_none.c 84 os_strncpy(l2->ifname, ifname, sizeof(l2->ifname));
driver_hostap.c 44 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
90 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
210 os_strncpy((char *) param->u.crypt.alg, alg_name,
254 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
466 os_strncpy(drv->ifname, ifname, sizeof(drv->ifname));
481 os_strncpy(ifname2, ifname, sizeof(ifname2));
os_none.c 204 char * os_strncpy(char *dest, const char *src, size_t n) function
l2_packet_linux.c 106 os_strncpy(l2->ifname, ifname, sizeof(l2->ifname));
118 os_strncpy(ifr.ifr_name, l2->ifname, sizeof(ifr.ifr_name));
178 os_strncpy(ifr.ifr_name, l2->ifname, sizeof(ifr.ifr_name));
os.h 341 * os_strncpy - Copy a string
347 char * os_strncpy(char *dest, const char *src, size_t n);
438 #ifndef os_strncpy
439 #define os_strncpy(d, s, n) strncpy((d), (s), (n)) macro
driver_madwifi.c 56 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
151 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
170 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
423 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
493 os_strncpy(drv->ifname, ifname, sizeof(drv->ifname));
driver_wext.c 160 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
190 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
215 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
244 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
286 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
328 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
905 os_strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
933 os_strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
972 os_strncpy(drv->ifname, ifname, sizeof(drv->ifname));
1046 os_strncpy(ifname2, drv->ifname, sizeof(ifname2))
    [all...]
driver_atmel.c 109 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
131 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
471 os_strncpy(drv->ifname, ifname, sizeof(drv->ifname));
driver_prism54.c 47 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
172 os_strncpy((char *) param->u.crypt.alg, alg_name,
346 os_strncpy(drv->ifname, ifname, sizeof(drv->ifname));
driver_bsd.c 49 os_strncpy(ireq.i_name, drv->ifname, IFNAMSIZ);
68 os_strncpy(ireq.i_name, drv->ifname, IFNAMSIZ);
87 os_strncpy(ireq.i_name, drv->ifname, IFNAMSIZ);
105 os_strncpy(ireq.i_name, drv->ifname, IFNAMSIZ);
122 os_strncpy(ifr.ifr_name, drv->ifname, sizeof (ifr.ifr_name));
137 os_strncpy(ifr.ifr_name, drv->ifname, sizeof (ifr.ifr_name));
713 os_strncpy(drv->ifname, ifname, sizeof(drv->ifname));
driver_ipw.c 104 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
262 os_strncpy((char *) param->u.crypt.alg, alg_name,
427 os_strncpy(drv->ifname, ifname, sizeof(drv->ifname));
driver_ndiswrapper.c 96 os_strncpy(pwrq->ifr_name, drv->ifname, IFNAMSIZ);
331 os_strncpy(drv->ifname, ifname, sizeof(drv->ifname));
driver_broadcom.c 95 os_strncpy(ifr.ifr_name, drv->ifname, IFNAMSIZ);
305 os_strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
316 os_strncpy(drv->ifname, ifname, sizeof(drv->ifname));
l2_packet_freebsd.c 210 os_strncpy(l2->ifname, ifname, sizeof(l2->ifname));
os_internal.c 397 char * os_strncpy(char *dest, const char *src, size_t n) function
preauth_test.c 271 os_strncpy(wpa_s->ifname, ifname, sizeof(wpa_s->ifname));
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_none.c 204 char * os_strncpy(char *dest, const char *src, size_t n) function
os.h 341 * os_strncpy - Copy a string
347 char * os_strncpy(char *dest, const char *src, size_t n);
438 #ifndef os_strncpy
439 #define os_strncpy(d, s, n) strncpy((d), (s), (n)) macro
  /hardware/ti/wlan/wl1271/CUDK/os/common/inc/
cu_osapi.h 100 PS8 os_strncpy(PS8 dest, const PS8 src, S32 n);
  /system/wlan/ti/wilink_6_1/CUDK/os/common/inc/
cu_osapi.h 96 PS8 os_strncpy(PS8 dest, const PS8 src, S32 n);
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
console.c 883 os_strncpy( p_dir->name, name, MAX_NAME_LEN );
884 os_strncpy( p_dir->help, desc, MAX_HELP_LEN );
953 os_strncpy( p_token->name, name, MAX_NAME_LEN );
954 os_strncpy( p_token->help, help, MAX_HELP_LEN );
1032 os_strncpy( p_token->u.token.name[i], p_parms->name, os_strlen(p_parms->name) );
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
console.c 883 os_strncpy( p_dir->name, name, MAX_NAME_LEN );
884 os_strncpy( p_dir->help, desc, MAX_HELP_LEN );
953 os_strncpy( p_token->name, name, MAX_NAME_LEN );
954 os_strncpy( p_token->help, help, MAX_HELP_LEN );
1032 os_strncpy( p_token->u.token.name[i], p_parms->name, os_strlen(p_parms->name) );
  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.c 136 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
931 os_strncpy(drv->ifname, ifname, sizeof(drv->ifname));
995 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
1078 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
    [all...]
  /system/wlan/ti/wilink_6_1/wpa_supplicant_lib/
driver_ti.c 136 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
931 os_strncpy(drv->ifname, ifname, sizeof(drv->ifname));
995 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
1078 os_strncpy(iwr.ifr_name, drv->ifname, IFNAMSIZ);
    [all...]

Completed in 315 milliseconds

1 2