| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| hs20_supplicant.c | 57 char osu_nai[256]; member in struct:osu_provider 791 if (osu->osu_nai[0]) 792 fprintf(f, "osu_nai=%s\n", osu->osu_nai); 1017 /* OSU_NAI */ 1019 wpa_printf(MSG_DEBUG, "HS 2.0: Not enough room for OSU_NAI"); 1024 wpa_printf(MSG_DEBUG, "HS 2.0: Not enough room for OSU_NAI"); 1027 os_memcpy(prov->osu_nai, pos, osu_nai_len); 1166 "HS 2.0: Not enough room for OSU_NAI");
|
| /src/external/bsd/wpa/dist/hs20/client/ |
| osu_client.c | 2004 char osu_nai[256]; member in struct:osu_data 2082 if (os_strncmp(buf, "osu_nai=", 8) == 0) { 2083 res = os_snprintf(last->osu_nai, sizeof(last->osu_nai), 2085 if (os_snprintf_error(sizeof(last->osu_nai), res)) 2195 const char *osu_nai, const char *osu_nai2) 2228 osu_nai = osu_nai2; 2229 if (osu_nai && os_strlen(osu_nai) > 0) { 2244 set_network_quoted(ifname, id, "identity", osu_nai) < 0 | [all...] |
| /src/external/bsd/wpa/dist/src/ap/ |
| ap_config.h | 650 char *osu_nai; member in struct:hostapd_bss_config::hs20_osu_provider
|