Searched refs:pos3 (Results 1 – 3 of 3) sorted by relevance
/hostap-3.7.0/src/ap/ |
D | eap_user_db.c | 36 char *pos3 = os_strchr(start, ','); in set_user_methods() local 37 if (pos3) in set_user_methods() 38 *pos3++ = '\0'; in set_user_methods() 70 if (pos3 == NULL) in set_user_methods() 72 start = pos3; in set_user_methods()
|
/hostap-3.7.0/src/utils/ |
D | common.c | 786 const char *pos, *pos2, *pos3; in freq_range_list_parse() local 807 pos3 = os_strchr(pos, ','); in freq_range_list_parse() 808 if (pos2 && (!pos3 || pos2 < pos3)) { in freq_range_list_parse() 813 pos = pos3; in freq_range_list_parse()
|
/hostap-3.7.0/hostapd/ |
D | config_file.c | 34 char buf[128], *pos, *pos2, *pos3; in hostapd_config_read_vlan_file() local 92 pos3 = pos2; in hostapd_config_read_vlan_file() 93 while (*pos3 != ' ' && *pos3 != '\t' && *pos3 != '\0') in hostapd_config_read_vlan_file() 94 pos3++; in hostapd_config_read_vlan_file() 95 *pos3 = '\0'; in hostapd_config_read_vlan_file() 425 char *pos3 = os_strchr(start, ','); in hostapd_config_read_eap_user() local 426 if (pos3) { in hostapd_config_read_eap_user() 427 *pos3++ = '\0'; in hostapd_config_read_eap_user() 469 if (pos3 == NULL) in hostapd_config_read_eap_user() 471 start = pos3; in hostapd_config_read_eap_user()
|