| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| A D | fwil_types.h | 323 u8 SSID[32]; member 359 unsigned char SSID[IEEE80211_MAX_SSID_LEN]; member 365 unsigned char SSID[IEEE80211_MAX_SSID_LEN]; member 754 unsigned char SSID[32]; member 1060 u8 SSID[32]; member
|
| A D | pno.c | 212 memcpy(pfn.ssid.SSID, ssid->ssid, ssid->ssid_len); in brcmf_pno_add_ssid() 582 !memcmp(ms->ssid.ssid, ni->SSID, ni->SSID_len)) { in brcmf_pno_get_bucket_map()
|
| A D | cfg80211.c | 798 sprintf(mbss_ssid_le.SSID, "ssid%d", bsscfgidx); in brcmf_cfg80211_request_ap_if() 1144 memcpy(ssid_le.SSID, request->ssids[i].ssid, in brcmf_escan_prep() 1150 i, ssid_le.SSID, ssid_le.SSID_len); in brcmf_escan_prep() 1856 memcpy(join_params.ssid_le.SSID, params->ssid, ssid_len); in brcmf_cfg80211_join_ibss() 2519 ext_join_params->ssid_le.SSID, ssid_len); in brcmf_cfg80211_connect() 2569 memcpy(&join_params.ssid_le.SSID, sme->ssid, ssid_len); in brcmf_cfg80211_connect() 3579 !memcmp(bss_info_le->SSID, bss->SSID, bss_info_le->SSID_len)) { in brcmf_compare_update_same_bss() 3903 netinfo->SSID, netinfo->channel); in brcmf_notify_sched_scan_results() 3906 netinfo->SSID, in brcmf_notify_sched_scan_results() 5149 memcpy(ssid_le.SSID, ssid_ie->data, ssid_ie->len); in brcmf_cfg80211_start_ap() [all …]
|
| A D | p2p.c | 690 memcpy(sparams->ssid_le.SSID, BRCMF_P2P_WILDCARD_SSID, in brcmf_p2p_escan()
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| A D | README | 169 Usage: echo "SSID" > extscan 198 ssid="[SSID]" specify a SSID filter for the scan 213 2) Perform an active scan for a specific SSID: 221 Keep the previous scan table intact. Update any duplicate BSSID/SSID
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| A D | README | 45 iw dev mlan0 connect -w <SSID> [<freq in MHz>] [<bssid>] [key 0:abcde d:1123456789a] 46 The above command can be used to connect to an AP with a particular SSID. 55 iw dev mlan0 ibss join <SSID> <freq in MHz> [fixed-freq] [fixed-bssid] [key 0:abcde] 65 such as SSID, operating frequency, rx/tx packets, signal strength, tx bitrate. 102 essid = <current SSID>
|
| /linux/Documentation/arch/s390/ |
| A D | qeth.rst | 52 device bus ID (CSSID, SSID and device number).
|
| /linux/drivers/scsi/megaraid/ |
| A D | Kconfig.megaraid | 24 OEM Product Name VID :DID :SVID:SSID
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| A D | pub.h | 129 u8 SSID[32]; /* SSID string */ member
|
| A D | main.h | 615 u8 SSID[IEEE80211_MAX_SSID_LEN]; member
|
| A D | main.c | 3775 u8 len = min_t(u8, sizeof(wlc->bsscfg->SSID), ssid_len); in brcms_c_set_ssid() 3776 memset(wlc->bsscfg->SSID, 0, sizeof(wlc->bsscfg->SSID)); in brcms_c_set_ssid() 3778 memcpy(wlc->bsscfg->SSID, ssid, len); in brcms_c_set_ssid() 7394 u8 *ssidptr = cfg->SSID; in brcms_c_shm_ssid_upd()
|
| /linux/Documentation/sound/hd-audio/ |
| A D | notes.rst | 160 The driver checks PCI SSID and looks through the static configuration 174 warning, no error. This means that the PCI SSID of your device isn't 192 Thus, if you have a newer machine with a slightly different PCI SSID 193 (or codec SSID) from the existing one, you may have a good chance to 195 preset model instead of PCI (and codec-) SSID look-up. 219 is to pass the PCI or codec SSID in the form of ``model=XXXX:YYYY`` 222 when this form is given, the driver will refer to that SSID as a 549 initialize SSID properly.
|
| /linux/drivers/net/wireless/admtek/ |
| A D | adm8211.h | 429 #define ADM8211_SRAM_SSID ADM8211_SRAM(SSID)
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| A D | printk-formats.rst | 257 ESCAPE_ANY_NP是许多情况下的明智选择,特别是对于打印SSID。
|
| /linux/Documentation/scsi/ |
| A D | ChangeLog.megaraid | 229 5. Remove SSID checking for Dobson, Lindsay, and Verde based products. 230 Checking the SSVID/SSID for controllers which have Dobson, Lindsay, 233 supported by the driver regardless SSVID/SSID.
|
| A D | ChangeLog.ncr53c8xx | 419 overwrite it with SSID on reselection.
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| A D | ipw2100.h | 595 #define SSID 8 macro
|
| A D | libipw_rx.c | 1058 MFIE_STRING(SSID); in get_info_element_string()
|
| A D | ipw2100.c | 2065 .host_command = SSID, in ipw2100_set_essid()
|
| A D | ipw2200.c | 2083 IPW_CMD(SSID); in get_cmd_string()
|
| /linux/Documentation/userspace-api/ |
| A D | iommufd.rst | 217 - Binding iommu_domain's to PASID/SSID
|
| /linux/Documentation/networking/device_drivers/wifi/intel/ |
| A D | ipw2200.rst | 158 the network SSID. Default is 0 (do not auto-associate)
|
| /linux/Documentation/sound/ |
| A D | alsa-configuration.rst | 660 override the PCI SSID for probing; 1089 SSID. When it's passed in the form of ``model=XXXX:YYYY`` where XXXX 1091 respectively, the driver will refer to that SSID as a reference to the 1215 SSID (if EEPROM isn't available). You can override the 1265 SSID (if EEPROM isn't available). You can override the
|
| /linux/drivers/gpu/drm/radeon/ |
| A D | atombios.h | 7959 USHORT SSID; //0x5E member
|
| /linux/drivers/gpu/drm/amd/include/ |
| A D | atombios.h | 9287 USHORT SSID; //0x5E member
|