Lines Matching refs:pos2
1117 const char *pos2 = os_strstr(pos, " " #str "="); \ in hostapd_parse_csa_settings()
1118 if (pos2) { \ in hostapd_parse_csa_settings()
1119 pos2 += sizeof(" " #str "=") - 1; \ in hostapd_parse_csa_settings()
1120 settings->freq_params.str = atoi(pos2); \ in hostapd_parse_csa_settings()
1126 const char *pos2 = os_strstr(pos, " " #str "="); \ in hostapd_parse_csa_settings()
1127 if (pos2) { \ in hostapd_parse_csa_settings()
1128 pos2 += sizeof(" " #str "=") - 1; \ in hostapd_parse_csa_settings()
1129 settings->str = atoi(pos2); \ in hostapd_parse_csa_settings()
1175 char *pos, *pos2; in hostapd_ctrl_iface_pmksa_add() local
1199 pos2 = os_strchr(pos, ' '); in hostapd_ctrl_iface_pmksa_add()
1200 if (!pos2) in hostapd_ctrl_iface_pmksa_add()
1202 pmk_len = (pos2 - pos) / 2; in hostapd_ctrl_iface_pmksa_add()
1207 pos = pos2 + 1; in hostapd_ctrl_iface_pmksa_add()