Lines Matching refs:os_strstr
1169 pos = os_strstr(cmd, " conf=sta-"); in dpp_configuration_parse_helper()
1178 pos = os_strstr(cmd, " conf=ap-"); in dpp_configuration_parse_helper()
1187 pos = os_strstr(cmd, " conf=configurator"); in dpp_configuration_parse_helper()
1194 pos = os_strstr(cmd, " ssid="); in dpp_configuration_parse_helper()
1213 pos = os_strstr(cmd, " ssid_charset="); in dpp_configuration_parse_helper()
1223 pos = os_strstr(cmd, " pass="); in dpp_configuration_parse_helper()
1239 pos = os_strstr(cmd, " psk="); in dpp_configuration_parse_helper()
1247 pos = os_strstr(cmd, " group_id="); in dpp_configuration_parse_helper()
1261 pos = os_strstr(cmd, " expiry="); in dpp_configuration_parse_helper()
1272 pos = os_strstr(cmd, " csrattrs="); in dpp_configuration_parse_helper()
1283 pos = os_strstr(cmd, " conf_extra_name="); in dpp_configuration_parse_helper()
1294 pos = os_strstr(cmd, " conf_extra_value="); in dpp_configuration_parse_helper()
1341 pos = os_strstr(cmd, " @CONF-OBJ-SEP@ "); in dpp_configuration_parse()
1409 if (os_strstr(cmd, " conf=query")) { in dpp_set_configurator()
1416 pos = os_strstr(cmd, " configurator="); in dpp_set_configurator()
1427 pos = os_strstr(cmd, " conn_status="); in dpp_set_configurator()
1433 pos = os_strstr(cmd, " akm_use_selector="); in dpp_set_configurator()
4451 if (os_strstr(cmd, "type=qrcode")) in dpp_bootstrap_gen()
4453 else if (os_strstr(cmd, "type=pkex")) in dpp_bootstrap_gen()
4455 else if (os_strstr(cmd, "type=nfc-uri")) in dpp_bootstrap_gen()